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
This commit is contained in:
crossley 2003-09-06 14:04:43 +00:00
parent b2e7c98064
commit d9a5d253f8

View File

@ -5,7 +5,7 @@
<articleinfo>
<title>org.apache.xml.resolver Release Notes</title>
<subtitle>Version 1.1 CVS</subtitle>
<pubdate>13 Nov 2002</pubdate>
<pubdate>6 September 2003</pubdate>
<releaseinfo role="meta">$Id$
</releaseinfo>
@ -25,14 +25,15 @@ the DocBook Technical Committee, which he chairs.</para>
</author>
<copyright>
<year>2002</year>
<year>2003</year>
<holder>The Apache Software Foundation.</holder>
</copyright>
</articleinfo>
<para>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.</para>
<ulink url="http://xml.apache.org/commons/">Apache XML Commons Resolver</ulink>
package since the 1.0 release.
</para>
<section>
<title>The <classname>CatalogManager</classname> Is No Longer Static</title>
@ -71,4 +72,26 @@ that demonstrate how different instantiations can be used.</para>
</section>
<section>
<title>Bootstrap resolver for loading catalog files</title>
<para>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 ...
</para>
<programlisting><![CDATA[
<!DOCTYPE catalog PUBLIC "-//OASIS//DTD XML Catalogs V1.0//EN"
"http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
<catalog>
<public publicId="foo" uri="bar"/>
</catalog>
]]></programlisting>
</section>
<!--
<section>
<title></title>
<para></para>
</section>
-->
</article>