Re: [docbook-apps] QandA chunking

From
Dave Pawson <>
Date
2003-07-18T18:37:49+00:00
ID
Thread
Re: [docbook-apps] QandA chunking
At 18:12 18/07/2003 +0100, CPH wrote:
>Hi all,
>         I've converted my FAQ to the QandA format.
>However previously I was using sections to chunk my document.
>However now I'm trying to figure out what I should use to get the same
>behaviour using QandA ?
>For the list I found at 
>http://www.dpawson.co.uk/docbook/styling/custom.html#d1669e721
>I cannot find a tag which I can insert between a QandASet and a QandADiv 
>to enable chunking.
>
>Am I on the wrong track again ?


No. I use

<?xml version="1.0" encoding="iso-8859-1" ?>
<!-- Time-stamp: "2003-05-10 11:25:44 dpawson"   -->
<!DOCTYPE webpage  SYSTEM "../nw/website-2.2/website.dtd">

<webpage navto="yes" id="normalise">
<head>
<title>Normalise Space</title>
<summary>Normalise space</summary>
   <keywords>docbook faq FAQ</keywords>
</head>

<qandaset>

    <qandaentry>

etc.


HTH DaveP