mirror of
https://github.com/apache/httpd.git
synced 2025-11-06 16:49:32 +03:00
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
19 lines
423 B
XML
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;>
|