Sorry, thats the right example

        <?xml version="1.0" encoding="utf-8"?>
        <topic  xmlns='http://docbook.org/ns/docbook'
                xmlns:xlink="http://www.w3.org/1999/xlink";
                version="5.0">

          <title>Title allowed in qandaentry.</title>

          <qandaset defaultlabel='qanda'>

          <qandaentry><title>This title is the first child of an qandaentry 
element</title>
            <question><para>Q</para></question>
            <answer><para>A</para></answer>
          </qandaentry>

          <qandaentry><title>second title</title>
            <question><para>Q2</para></question>
            <answer><para>A2</para></answer>
          </qandaentry>

          </qandaset>

        </topic>



and here the browseroutput:



        Title allowed in qandaentry.

        Q: This title is the first child of an qandaentry element
        Q: second title

        This title is the first child of an qandaentry element
        second title
        Q: Q
        A: A
        Q: Q2
        A: A2



and that looks wrong to me

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org

Reply via email to