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:
parent
b2e7c98064
commit
d9a5d253f8
@ -5,7 +5,7 @@
|
|||||||
<articleinfo>
|
<articleinfo>
|
||||||
<title>org.apache.xml.resolver Release Notes</title>
|
<title>org.apache.xml.resolver Release Notes</title>
|
||||||
<subtitle>Version 1.1 CVS</subtitle>
|
<subtitle>Version 1.1 CVS</subtitle>
|
||||||
<pubdate>13 Nov 2002</pubdate>
|
<pubdate>6 September 2003</pubdate>
|
||||||
<releaseinfo role="meta">$Id$
|
<releaseinfo role="meta">$Id$
|
||||||
</releaseinfo>
|
</releaseinfo>
|
||||||
|
|
||||||
@ -25,14 +25,15 @@ the DocBook Technical Committee, which he chairs.</para>
|
|||||||
</author>
|
</author>
|
||||||
|
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>2002</year>
|
<year>2003</year>
|
||||||
<holder>The Apache Software Foundation.</holder>
|
<holder>The Apache Software Foundation.</holder>
|
||||||
</copyright>
|
</copyright>
|
||||||
</articleinfo>
|
</articleinfo>
|
||||||
|
|
||||||
<para>This document offers a brief summary of what has changed in the
|
<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
|
<ulink url="http://xml.apache.org/commons/">Apache XML Commons Resolver</ulink>
|
||||||
before the next release.</para>
|
package since the 1.0 release.
|
||||||
|
</para>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>The <classname>CatalogManager</classname> Is No Longer Static</title>
|
<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>
|
||||||
|
|
||||||
|
<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>
|
</article>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user