catalog.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0"?>
  2. <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
  3. "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
  4. <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="public">
  5. <!-- Uncomment the following entry if you have docbook DTDs in unusual
  6. location or if you would like to validate the documentation against
  7. newer docbook version -->
  8. <!--
  9. <public publicId="-//OASIS//DTD DocBook XML V4.3//EN"
  10. uri="file:///home/janakj/docbook/dtd/docbookx.dtd"/>
  11. -->
  12. <!-- Uncomment the following entry if you have docbook XSL stylesheets in
  13. unusual location, the value of rewritePrefix parameter should point
  14. to the top level directory of your XSL stylesheets -->
  15. <!--
  16. <rewriteURI uriStartString="http://docbook.sourceforge.net/release/xsl/current/"
  17. rewritePrefix="file:///home/janakj/docbook/xsl/"/>
  18. -->
  19. <!-- Try the system wide catalogs as the last step before reverting to
  20. using the value of system identifiers and URI references from the
  21. documents being processed (they usually contain HTTP URIs). -->
  22. <delegatePublic publicIdStartString="" catalog="file:///etc/xml/catalog"/>
  23. <delegateURI uriStartString="" catalog="file:///etc/xml/catalog"/>
  24. <!-- If xsltproc gets here while searching the catalog then no entry was
  25. found in the catalog files for the requested resource and in this
  26. case xsltproc will attempt to download the resource from the internet
  27. using the HTTP protocol. It will use the HTTP URIs from system
  28. identifiers and URI references (therefore the XSL customization
  29. stylesheets in SR refer to the original XSL stylesheets using HTTP
  30. URIs). Note: Downloading DTDs and XSL stylesheets can be very slow,
  31. because each file will be downloaded several times, xsltproc does not
  32. cache downloaded files.
  33. -->
  34. </catalog>