You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by cr...@apache.org on 2003/09/02 09:24:12 UTC

cvs commit: xml-commons/src/documentation/content/xdocs/components/resolver resolver-article.xml

crossley    2003/09/02 00:24:12

  Modified:    java/docs resolver.xml
               src/documentation/content/xdocs/components/resolver
                        resolver-article.xml
  Log:
  Add ASF as copyright holder since 2003.
  Increment version number of this doc.
  Change Document type declaration.
  Fix broken link to the distribution - still not correct, but better.
  
  Revision  Changes    Path
  1.3       +20 -6     xml-commons/java/docs/resolver.xml
  
  Index: resolver.xml
  ===================================================================
  RCS file: /home/cvs/xml-commons/java/docs/resolver.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- resolver.xml	13 Nov 2002 21:08:04 -0000	1.2
  +++ resolver.xml	2 Sep 2003 07:24:12 -0000	1.3
  @@ -1,17 +1,27 @@
   <!DOCTYPE article
  -  PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
  -  "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
  +  PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  +  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
   <article>
   <articleinfo>
   <title>XML Entity and URI Resolvers</title>
  -<subtitle>Version 1.3</subtitle>
  -<pubdate>13 Nov 2002</pubdate>
  +<subtitle>Version 1.4 of this document</subtitle>
  +<pubdate>6 July 2003</pubdate>
  +<!-- 
   <releaseinfo role="meta">$Id$
   </releaseinfo>
  +-->
   
   <!--
   <revhistory>
   <revision>
  +<revnumber>1.4</revnumber>
  +<date>6 Jul 2003</date>
  +<authorinitials>dc</authorinitials>
  +<revremark>Add ASF as copyright holder since 2003.
  +</revremark>
  +</revision>
  +<revhistory>
  +<revision>
   <revnumber>1.3</revnumber>
   <date>13 Nov 2002</date>
   <authorinitials>ndw</authorinitials>
  @@ -82,6 +92,10 @@
   </author>
   
   <copyright>
  +  <year>2003</year>
  +  <holder>The Apache Software Foundation.</holder>
  +</copyright>
  +<copyright>
     <year>2001</year><year>2002</year>
     <holder>Sun Microsystems, Inc.</holder>
   </copyright>
  @@ -143,7 +157,7 @@
   
   <section><title>Resolver Classes Version 1.1</title>
   
  -<para>The <ulink url="resolver-1.1.zip" role="linktable" xreflabel="Resolver
  +<para>The <ulink url="http://xml.apache.org/dist/commons/" role="linktable" xreflabel="Resolver
   Classes">Resolver classes</ulink> that are described
   in this article greatly simplify the task of using Catalog files
   to perform entity resolution. Many users will want to simply use
  
  
  
  1.2       +20 -6     xml-commons/src/documentation/content/xdocs/components/resolver/resolver-article.xml
  
  Index: resolver-article.xml
  ===================================================================
  RCS file: /home/cvs/xml-commons/src/documentation/content/xdocs/components/resolver/resolver-article.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- resolver-article.xml	22 Jan 2003 07:18:11 -0000	1.1
  +++ resolver-article.xml	2 Sep 2003 07:24:12 -0000	1.2
  @@ -1,17 +1,27 @@
   <!DOCTYPE article
  -  PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
  -  "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
  +  PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  +  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
   <article>
   <articleinfo>
   <title>XML Entity and URI Resolvers</title>
  -<subtitle>Version 1.3</subtitle>
  -<pubdate>13 Nov 2002</pubdate>
  +<subtitle>Version 1.4 of this document</subtitle>
  +<pubdate>6 July 2003</pubdate>
  +<!-- 
   <releaseinfo role="meta">$Id$
   </releaseinfo>
  +-->
   
   <!--
   <revhistory>
   <revision>
  +<revnumber>1.4</revnumber>
  +<date>6 Jul 2003</date>
  +<authorinitials>dc</authorinitials>
  +<revremark>Add ASF as copyright holder since 2003.
  +</revremark>
  +</revision>
  +<revhistory>
  +<revision>
   <revnumber>1.3</revnumber>
   <date>13 Nov 2002</date>
   <authorinitials>ndw</authorinitials>
  @@ -82,6 +92,10 @@
   </author>
   
   <copyright>
  +  <year>2003</year>
  +  <holder>The Apache Software Foundation.</holder>
  +</copyright>
  +<copyright>
     <year>2001</year><year>2002</year>
     <holder>Sun Microsystems, Inc.</holder>
   </copyright>
  @@ -143,7 +157,7 @@
   
   <section><title>Resolver Classes Version 1.1</title>
   
  -<para>The <ulink url="resolver-1.1.zip" role="linktable" xreflabel="Resolver
  +<para>The <ulink url="http://xml.apache.org/dist/commons/" role="linktable" xreflabel="Resolver
   Classes">Resolver classes</ulink> that are described
   in this article greatly simplify the task of using Catalog files
   to perform entity resolution. Many users will want to simply use