catalog.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?xml version="1.0"?>
  2. <!--
  3. * $Id: catalog.xml 4566 2008-08-05 15:03:51Z klaus_darilion $
  4. *
  5. * XSL converter script for docbook
  6. *
  7. * Copyright (C) 2001-2007 FhG Fokus
  8. *
  9. * This file is part of Kamailio, a free SIP server.
  10. *
  11. * Kamailio is free software; you can redistribute it and/or modify
  12. * it under the terms of the GNU General Public License as published by
  13. * the Free Software Foundation; either version 2 of the License, or
  14. * (at your option) any later version
  15. *
  16. * Kamailio is distributed in the hope that it will be useful,
  17. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  18. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  19. * GNU General Public License for more details.
  20. *
  21. * You should have received a copy of the GNU General Public License
  22. * along with this program; if not, write to the Free Software
  23. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  24. *
  25. */
  26. -->
  27. <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
  28. "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
  29. <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="public">
  30. <!-- DTDs and XSL stylesheets for DBSchema are bundled with Kamailio
  31. so we will just redirect xsltproc to their location in the
  32. source tree
  33. -->
  34. <public publicId="-//kamailio.org//DTD DBSchema V1.1//EN"
  35. uri="dtd/dbschema.dtd"/>
  36. <rewriteURI uriStartString="http://kamailio.org/pub/kamailio/dbschema/dtd/1.1/"
  37. rewritePrefix="dtd/"/>
  38. <rewriteURI uriStartString="http://kamailio.org/dbschema/xsl/current/"
  39. rewritePrefix="xsl/"/>
  40. <!-- Uncomment the following entry if you have docbook DTDs in unusual
  41. location or if you would like to validate the documentation against
  42. newer docbook version
  43. -->
  44. <!--
  45. <public publicId="-//OASIS//DTD DocBook XML V4.3//EN"
  46. uri="file:///home/henning/docbook/dtd/docbookx.dtd"/>
  47. -->
  48. <!-- Uncomment the following entry if you have docbook XSL stylesheets
  49. in unusual location, the value of rewritePrefix parameter should
  50. point to the top level directory of your XSL stylesheets
  51. -->
  52. <!--
  53. <rewriteURI uriStartString="http://docbook.sourceforge.net/release/xsl/current/"
  54. rewritePrefix="file:///home/henning/docbook/xsl/"/>
  55. -->
  56. <!-- Try the system wide catalogs as the last step before reverting
  57. to using the value of system identifiers and URI references
  58. from the documents being processed (they usualy contain HTTP
  59. URIs).
  60. -->
  61. <delegatePublic publicIdStartString="" catalog="file:///etc/xml/catalog"/>
  62. <delegateURI uriStartString="" catalog="file:///etc/xml/catalog"/>
  63. <!-- If xsltproc gets here while searching the catalog then no entry was
  64. found in the catalog files for the requested resource and in this case
  65. xsltproc will attempt to download the resource from the internet using
  66. the HTTP protocol. It will use the HTTP URIs from system identifiers
  67. and URI references (therefore the XSL customization stylesheets in SER
  68. refer to the original XSL stylesheets using HTTP URIs).
  69. Note: Downloading DTDs and XSL stylesheets can be very slow, because
  70. each file will be downloaded several times, because xsltproc
  71. does not cache downloaded files.
  72. -->
  73. </catalog>