summaryrefslogtreecommitdiffstats
path: root/libxml2/test/catalogs/stylesheet.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/catalogs/stylesheet.xml')
-rw-r--r--libxml2/test/catalogs/stylesheet.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/libxml2/test/catalogs/stylesheet.xml b/libxml2/test/catalogs/stylesheet.xml
new file mode 100644
index 0000000..4b611e1
--- /dev/null
+++ b/libxml2/test/catalogs/stylesheet.xml
@@ -0,0 +1,12 @@
+<!DOCTYPE catalog
+ PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
+ "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
+<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"
+ prefer="public">
+
+<!-- Circumvent relative URI in spec.xsl that doesn't work online -->
+<uri name="http://www.oasis-open.org/committes/tr.xsl"
+ uri="http://www.oasis-open.org/committes/entity/stylesheets/base/tr.xsl"/>
+<public publicId="toto" uri="file:///usr/share/xml/toto/toto.dtd"/>
+</catalog>
+