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 >
Extensible Markup Language  |  2002-09-09  |  641b  |  23 lines

  1. <?xml version='1.0' encoding='UTF-8' ?>
  2.  
  3. <!ENTITY % common SYSTEM "common.dtd">
  4. %common;
  5.  
  6. <!-- <sitemap> is the root element -->
  7. <!ELEMENT sitemap (relativepath, title, summary?, seealso*, category*)>
  8.  
  9. <!ELEMENT category (title, page*, modulefilelist? )>
  10. <!ATTLIST category id ID #IMPLIED>
  11.  
  12. <!ELEMENT page (#PCDATA)>
  13. <!ATTLIST page href CDATA #IMPLIED
  14.                separate (yes | no) "no" >
  15.  
  16. <!ELEMENT modulefilelist (modulefile*) >
  17. <!ELEMENT modulefile (#PCDATA) >
  18.  
  19. <!-- The path to the root of the documentation from the current doc -->
  20. <!ELEMENT relativepath EMPTY>
  21. <!ATTLIST relativepath href CDATA #REQUIRED >
  22.  
  23.