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
/
F233064_sitemap.dtd
< prev
next >
Wrap
Extensible Markup Language
|
2002-09-09
|
641b
|
23 lines
<?xml version='1.0' encoding='UTF-8' ?>
<!ENTITY % common SYSTEM "common.dtd">
%common;
<!-- <sitemap> is the root element -->
<!ELEMENT sitemap (relativepath, title, summary?, seealso*, category*)>
<!ELEMENT category (title, page*, modulefilelist? )>
<!ATTLIST category id ID #IMPLIED>
<!ELEMENT page (#PCDATA)>
<!ATTLIST page href CDATA #IMPLIED
separate (yes | no) "no" >
<!ELEMENT modulefilelist (modulefile*) >
<!ELEMENT modulefile (#PCDATA) >
<!-- The path to the root of the documentation from the current doc -->
<!ELEMENT relativepath EMPTY>
<!ATTLIST relativepath href CDATA #REQUIRED >