← Prev in month ← Prev in thread

DOCBOOK-APPS: FAQ tagging

From
Togan Muftuoglu <>
Date
2002-01-25T10:27:38+00:00
ID
Thread
DOCBOOK-APPS: FAQ tagging
Hi,

While preparing FAQ I need to specify for which version of the software
the question and the reply applies. In addition to that I would like to
mention the name  of the peron who provided the answer along with the
date of answer. I am most probably missing a simple thing which would
save me. I want then something like keywords so that I can create
search based on the version
 
The way it is organized is every question is a <qandaentry> and saved as
a file. I have entities which create the relationship of the questions
to the sections and to the upper elements. If it is qoing to help how I
designed it it is localted at http://dinamizm.ath.cx/howthisisdone.html

-- 
Togan Muftuoglu

For example

Question: How do I enable XYZ
Applies to = OS version 2

Answer 
Contributor : Joe Doe
Date        : 25/01/2002    

This is the answer....


<qandaentry id="XYZ">
  <question>
    <para> How do I enable XYZ ?
    </para>
  </question>
  <answer>
    <para>
        This is the answer
    </para>
  </answer>

    </qandaentry>
← Prev in month ← Prev in thread