home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 May
/
PCWorld_2003-05_cd.bin
/
Komunik
/
apache
/
apache_2.0.45-win32-x86-no_ssl.msi
/
Data.Cab
/
F233062_manualpage.dtd
< prev
next >
Wrap
Extensible Markup Language
|
2002-11-11
|
524b
|
17 lines
<?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 >