The Question and Answer Markup Language, for FAQs.
FAQs in XML |
Server-Side |
Server-Side |
Source version |
Source version |
|---|---|---|---|---|
The QAML FAQ |
||||
Chinese XML FAQ |
||||
Chinese Text Processing FAQ |
||||
Chinese Metadata FAQ |
||||
QAML FAQ |
||||
XSL stylesheets |
text/xml |
text/xml |
. |
. |
XSL stylesheets |
text/xml |
text/xml |
. |
. |
CSS stylesheets |
. |
|||
FAQ Index |
The new XML version of the Question
and Answer Markup Language DTD for FAQs.
(QAML 2.1 has been written in conjunction with people from FAQ.org)
This version supports language, stylesheets, ratings and linking
better.
There is also a version in text/plain.
This following code is a template of the smallest QAML document that is still valid. You must have at least the FAQ title, and one question and answer. (The id attribute is not required yet, but may be in the future, since most FAQ processing software requires an ID.)
<?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE faq PUBLIC "+//IDN faq.org//DTD Frequently Asked Questions 2.3//EN//XML" "http://www.ascc.net/xml/resource/qaml-xml.dtd" > <faq> <head><title></title> </head> <body> <qna id="q1"><q></q> <a><p></p> </a> </qna> </body> </faq>
Please noet: the Chinese XML FAQ is not a translation of The XML FAQ.
html2qaml.xom is an
OmniMark script
to help conversions from HTML to QAML. It does not do everything.
(1999-03-24)
These (UNIX shell and Omnimark)
tools exract all phrases from FAQs
and create a permuted, sorted index file in HTML:
makeindex.sh, getphrase.xom, mkhtml1.xom, and mkhtml2.xom (1999-05-24)
Unofficial OmniMark Users Group (UnOMUG)