> > > as far as I know DocBook supports Q&A sections, see:
> > > http://www.oreilly.com/catalog/docbook/chapter/book/qandaset.html
> > That is too easy : you read the docs =D
> >
> > OK, this sound MUCH better to me. Here is an updated version.
> > Goba : can you test this on your Jade?
>
> Ehm. Erhm. You should read the docs more carefully.
> qandaset is not allowed in refentry context....
>
> Errors:
>
> general.xml:12:11:E: document type does not allow element "qandaset" here
> end tag for "reference" which is not finished
While cvs is down, I made some investigations about this subject.
The possible parent elements for qandaset are:
Appendix, Article, BiblioDiv, Bibliography, BlockQuote, Callout, Chapter,
Glossary, GlossDiv, Index, ListItem, MsgExplan, MsgText, PartIntro, Preface,
Procedure, RefSect1, RefSect2, RefSect3, RefSynopsisDiv, Sect1, Sect2,
Sect3, Sect4, Sect5, Section, SetIndex, SimpleSect, Step.
This is the list we need to choose from.
Goba