1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-06 16:49:32 +03:00
Files
apache/docs/manual/style/faq.dtd
André Malo 573fc66607 the faq html/ssi format bites me all the time.
Add initial xml/xsl version of the faq data.

(includes a build.xml/deps.xml update)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99393 13f79535-47bb-0310-9956-ffa450edef68
2003-04-16 22:39:37 +00:00

19 lines
423 B
XML

<?xml version='1.0' encoding='UTF-8' ?>
<!ENTITY % common SYSTEM "common.dtd">
%common;
<!-- <faq> is the root element -->
<!ELEMENT faq (parentdocument?, title, description?, summary?,
seealso*, (section | categories))>
<!ATTLIST faq metafile CDATA #REQUIRED
all-in-one (yes | no ) "no"
>
<!ELEMENT categories (categoryfile*)>
<!ELEMENT categoryfile (#PCDATA)>
<!ELEMENT description %Inline;>