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 >
Extensible Markup Language  |  2002-11-11  |  524b  |  17 lines

  1. <?xml version='1.0' encoding='UTF-8' ?>
  2.  
  3. <!ENTITY % common SYSTEM "common.dtd">
  4. %common;
  5.  
  6. <!-- <manualpage> is the root element -->
  7. <!ELEMENT manualpage (relativepath, parentdocument?, title, summary?,
  8. seealso*, section*)>
  9.  
  10. <!-- The path to the root of the documentation from the current doc -->
  11. <!ELEMENT relativepath EMPTY>
  12. <!ATTLIST relativepath href CDATA #REQUIRED >
  13.  
  14. <!-- The path and title of the parent document -->
  15. <!ELEMENT parentdocument (#PCDATA)>
  16. <!ATTLIST parentdocument href CDATA #REQUIRED >
  17.