diff --git a/src/documentation/content/xdocs/components/resolver/resolver-release-notes.xml b/src/documentation/content/xdocs/components/resolver/resolver-release-notes.xml index 96805b1..a4bda80 100644 --- a/src/documentation/content/xdocs/components/resolver/resolver-release-notes.xml +++ b/src/documentation/content/xdocs/components/resolver/resolver-release-notes.xml @@ -5,7 +5,7 @@ org.apache.xml.resolver Release Notes Version 1.1 CVS -13 Nov 2002 +6 September 2003 $Id$ @@ -25,14 +25,15 @@ the DocBook Technical Committee, which he chairs. - 2002 + 2003 The Apache Software Foundation. This document offers a brief summary of what has changed in the -Resolver package since the 1.0 release. I expect it'll be updated a few times -before the next release. +Apache XML Commons Resolver +package since the 1.0 release. +
The <classname>CatalogManager</classname> Is No Longer Static @@ -71,4 +72,26 @@ that demonstrate how different instantiations can be used.
+
+Bootstrap resolver for loading catalog files +The resolver now includes catalog.{dtd,rng,xsd} and uses a "bootstrap" +resolver when it is loading catalog files. This avoids the Catch-22 of +having to resolve this before the resolver is in action ... + + + + + +]]> +
+ + +