Hi,

consider this small testcase:

== Hallo ==
Hi, this is a paragraph.

[qanda]

[[ex.topic1]]
To be or not to be?:: {empty}

[[ex.topic2]]
Does it work?:: {empty}

Another paragraph outside of qanda.

If I convert it to DocBook, the qandaset structure is like this 
(reformatted by me):

<qandaset id="ex.topic1">
  <qandaentry>
    <question>
       <simpara>To be or not to be?</simpara>
    </question>
    <answer>
       <simpara></simpara>
    </answer>
  </qandaentry>
  <qandaentry>
    <question>
      <simpara>Does it work?</simpara>
    </question>
    <answer>
      <simpara></simpara>
    </answer>
  </qandaentry>
</qandaset>

I've expected to get the IDs in the question tags, but the above code does 
not do the trick. Even worse, the first ID (ex.topic1) is stored in 
qandaset instead of qandaentry and the second ID (ex.topic2) is stored in 
the following para.

Further investigation reveals the AsciiDoc configuration shows indeed no ID 
evaluation in qandaentry. 

How could I either change my source code or adapt the configuration file to 
get IDs in qandaentrys?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/asciidoc?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to