mirror of
https://github.com/apache/httpd.git
synced 2025-11-09 15:21:02 +03:00
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97490 13f79535-47bb-0310-9956-ffa450edef68
17 lines
508 B
XML
17 lines
508 B
XML
<?xml version='1.0' encoding='UTF-8' ?>
|
|
|
|
<!ENTITY % common SYSTEM "common.dtd">
|
|
%common;
|
|
|
|
<!-- <manualpage> is the root element -->
|
|
<!ELEMENT manualpage (relativepath, parentdocument?, title, summary?,
|
|
seealso*, section*)>
|
|
|
|
<!-- The path to the root of the documentation from the current doc -->
|
|
<!ELEMENT relativepath EMPTY>
|
|
<!ATTLIST relativepath href CDATA #REQUIRED >
|
|
|
|
<!-- The path and title of the parent document -->
|
|
<!ELEMENT parentdocument (#PCDATA)>
|
|
<!ATTLIST parentdocument href CDATA #REQUIRED >
|