This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: what is a qandaset supposed to generate?


On Wed, Feb 26, 2003 at 12:26:04PM -0500,
 Robert P. J. Day <rpjday at mindspring dot com> wrote 
 a message of 13 lines which said:

>   for the first time, i'm incorporating a <qandaset> into a document,
> and when generating the chunked HTML, what i'm getting doesn't match
> what is in the latest TDG online documentation.

It makes sense: this list is about the Docbook
<emphasis>markup</emphasis>, not about the special effects you get
when transforming it into various formats. Your question should be on
the docbook-apps mailing list.

>   what i get is, first, the list of questions (which are links),
> followed by the question and answer pairs.  but this is *not*
> what the online docs say should be produced, which is just the
> Q/A pairs.

Adding:

<xsl:template match="qandaentry" mode="qandatoc.mode">
  <!-- I do not want the TOC -->
</xsl:template>

in your stylesheet driver <untested>should</untested> be sufficient.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]