home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / docbook-xml / 3.1.7 / README < prev   
Encoding:
Text File  |  1999-11-10  |  2.4 KB  |  77 lines

  1. README for the DocBk XML V3.1.7 DTD
  2.  
  3. This is an XML version of the DocBook V3.1 DTD
  4.  
  5. Manifest
  6. --------
  7.  
  8. README        - This readme file
  9. VERSION       - The version number
  10. COPYRIGHT     - Copyright statement
  11. ChangeLog     - Summary of changes from previous versions
  12. calstblx.dtd  - An XML version of the CALS Table Model DTD
  13. dbcentx.mod   - Character entities
  14. dbgenent.ent  - General entities
  15. dbhierx.mod   - The XML version of the hierarchy module
  16. dbnotnx.mod   - Notations
  17. dbpoolx.mod   - The XML version of the information pool module
  18. docbookx.dtd  - The XML version of the DocBook 3.1 DTD
  19. soextblx.dtd  - An XML version of the OASIS Exchange Table model
  20. test.xml      - A test document
  21. ent/          - XML versions of the ISO entity sets
  22.  
  23. Installation
  24. ------------
  25.  
  26. Place the files in this distribution somewhere on your machine.  Adjust
  27. your catalog(s) if appropriate (XML tools frequently do not support 
  28. catalogs, so this may be irrelevant for you).
  29.  
  30. Please use the following formal public identifier to identify this DTD:
  31.  
  32. "-//Norman Walsh//DTD DocBk XML V3.1.7//EN"
  33.  
  34. For example, if your document's top-level element is <book>, and
  35. you are using DocBk XML directly, use the FPI in the DOCTYPE
  36. declaration:
  37.  
  38. <!DOCTYPE book PUBLIC "-//Norman Walsh//DTD DocBk XML V3.1.7//EN"
  39.           "/system/identifier/on/your/system/db3xml.dtd" [
  40. ...
  41. ]>
  42.  
  43. Or, if you have a higher-level driver file that customizes DocBk XML,
  44. use the FPI in the parameter entity declaration:
  45.  
  46. <!ENTITY % DocBkXML PUBLIC "-//Norman Walsh//DTD DocBk XML V3.1.7//EN"
  47.            "/system/identifier/on/your/system/db3xml.dtd">
  48. %DocBkXML;
  49.  
  50.  
  51. Copyright
  52. ---------
  53.  
  54. Copyright (C) 1998, 1999 Norman Walsh
  55.  
  56. See COPYRIGHT for more information
  57.  
  58. Warranty
  59. --------
  60.  
  61. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  62. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  63. OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  64. NONINFRINGEMENT.  IN NO EVENT SHALL NORMAN WALSH OR ANY OTHER
  65. CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  66. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  67. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  68. OTHER DEALINGS IN THE SOFTWARE.
  69.  
  70. Contacting the Author
  71. ---------------------
  72.  
  73. This DTD is maintained by Norman Walsh, <ndw@nwalsh.com>.
  74.  
  75. The best way to reach norm is by email.  You will find additional
  76. contact information at http://nwalsh.com/docbook/xml/
  77.