changeset 2:14caabdb946b

added DTD resolver
author cin
date Fri, 21 Aug 2015 20:08:24 +0300
parents d1400de5832b
children 36ae3ec94442
files CatalogManager.properties catalog.xml
diffstat 2 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CatalogManager.properties	Fri Aug 21 20:08:24 2015 +0300
@@ -0,0 +1,5 @@
+catalogs=catalog.xml
+relative-catalogs=true
+static-catalog=yes
+catalog-class-name=org.apache.xml.resolver.Resolver
+verbosity=1
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/catalog.xml	Fri Aug 21 20:08:24 2015 +0300
@@ -0,0 +1,10 @@
+<?xml version="1.0" ?>
+<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
+
+	<system systemId="http://implab.org/bugzilla/page.cgi?id=bugzilla.dtd"
+		uri="bugzilla.dtd" />
+
+	<uri name="http://implab.org/bugzilla/page.cgi?id=bugzilla.dtd"
+		uri="bugzilla.dtd" />
+
+</catalog>
\ No newline at end of file