From d9a5d253f853410373ad9f456a2af8295cbc68cd Mon Sep 17 00:00:00 2001 From: crossley Date: Sat, 6 Sep 2003 14:04:43 +0000 Subject: [PATCH] Mention bootstrap resolver for loading catalog files. git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226112 13f79535-47bb-0310-9956-ffa450edef68 --- .../resolver/resolver-release-notes.xml | 31 ++++++++++++++++--- 1 file changed, 27 insertions(+), 4 deletions(-) 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 ... + + + + + +]]> +
+ + +