You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ga...@apache.org on 2005/08/08 13:53:32 UTC

svn commit: r230788 - in /xerces/c/branches/xerces-2.7/doc: ./ html/ html/apiDocs/ style/dtd/

Author: gareth
Date: Mon Aug  8 04:53:07 2005
New Revision: 230788

URL: http://svn.apache.org/viewcvs?rev=230788&view=rev
Log:
merged in changes to the doc directory from the main trunk using the command

 svn merge -r 179991:230786 https://svn.apache.org/repos/asf/xerces/c/trunk/doc



Added:
    xerces/c/branches/xerces-2.7/doc/charter.xml
      - copied unchanged from r230786, xerces/c/trunk/doc/charter.xml
    xerces/c/branches/xerces-2.7/doc/html/download.cgi
      - copied unchanged from r230786, xerces/c/trunk/doc/html/download.cgi
    xerces/c/branches/xerces-2.7/doc/html/download.html
      - copied unchanged from r230786, xerces/c/trunk/doc/html/download.html
Modified:
    xerces/c/branches/xerces-2.7/doc/apidocs.xml
    xerces/c/branches/xerces-2.7/doc/bug-report.xml
    xerces/c/branches/xerces-2.7/doc/build-misc.xml
    xerces/c/branches/xerces-2.7/doc/build-other.xml
    xerces/c/branches/xerces-2.7/doc/build-winunix.xml
    xerces/c/branches/xerces-2.7/doc/build.xml
    xerces/c/branches/xerces-2.7/doc/createdoc.xml
    xerces/c/branches/xerces-2.7/doc/dom3.xml
    xerces/c/branches/xerces-2.7/doc/domcount.xml
    xerces/c/branches/xerces-2.7/doc/domprint.xml
    xerces/c/branches/xerces-2.7/doc/enumval.xml
    xerces/c/branches/xerces-2.7/doc/faq-build.xml
    xerces/c/branches/xerces-2.7/doc/faq-distrib.xml
    xerces/c/branches/xerces-2.7/doc/faq-other.xml
    xerces/c/branches/xerces-2.7/doc/faq-parse.xml
    xerces/c/branches/xerces-2.7/doc/feedback.xml
    xerces/c/branches/xerces-2.7/doc/html/ApacheDOMC++Binding.html
    xerces/c/branches/xerces-2.7/doc/html/ApacheDOMC++BindingL2.html
    xerces/c/branches/xerces-2.7/doc/html/ApacheDOMC++BindingL3.html
    xerces/c/branches/xerces-2.7/doc/html/apiDocs/header.html
    xerces/c/branches/xerces-2.7/doc/install.xml
    xerces/c/branches/xerces-2.7/doc/memparse.xml
    xerces/c/branches/xerces-2.7/doc/migration.xml
    xerces/c/branches/xerces-2.7/doc/migration_archive.xml
    xerces/c/branches/xerces-2.7/doc/pdf-c.xml
    xerces/c/branches/xerces-2.7/doc/pparse.xml
    xerces/c/branches/xerces-2.7/doc/program-deprecateddom.xml
    xerces/c/branches/xerces-2.7/doc/program-dom.xml
    xerces/c/branches/xerces-2.7/doc/program-others.xml
    xerces/c/branches/xerces-2.7/doc/program-sax.xml
    xerces/c/branches/xerces-2.7/doc/program-sax2.xml
    xerces/c/branches/xerces-2.7/doc/program.xml
    xerces/c/branches/xerces-2.7/doc/psviwriter.xml
    xerces/c/branches/xerces-2.7/doc/readme.xml
    xerces/c/branches/xerces-2.7/doc/redirect.xml
    xerces/c/branches/xerces-2.7/doc/releases.xml
    xerces/c/branches/xerces-2.7/doc/releases_archive.xml
    xerces/c/branches/xerces-2.7/doc/releases_plan.xml
    xerces/c/branches/xerces-2.7/doc/samples.xml
    xerces/c/branches/xerces-2.7/doc/sax2count.xml
    xerces/c/branches/xerces-2.7/doc/sax2print.xml
    xerces/c/branches/xerces-2.7/doc/saxcount.xml
    xerces/c/branches/xerces-2.7/doc/saxprint.xml
    xerces/c/branches/xerces-2.7/doc/schema.xml
    xerces/c/branches/xerces-2.7/doc/scmprint.xml
    xerces/c/branches/xerces-2.7/doc/senumval.xml
    xerces/c/branches/xerces-2.7/doc/stdinparse.xml
    xerces/c/branches/xerces-2.7/doc/style/dtd/entities.ent
    xerces/c/branches/xerces-2.7/doc/xerces-c_book.xml

Modified: xerces/c/branches/xerces-2.7/doc/apidocs.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/apidocs.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/apidocs.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/apidocs.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/bug-report.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/bug-report.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/bug-report.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/bug-report.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/build-misc.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/build-misc.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/build-misc.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/build-misc.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/build-other.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/build-other.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/build-other.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/build-other.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/build-winunix.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/build-winunix.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/build-winunix.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/build-winunix.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/build.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/build.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/build.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/build.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/createdoc.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/createdoc.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/createdoc.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/createdoc.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/dom3.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/dom3.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/dom3.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/dom3.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/domcount.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/domcount.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/domcount.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/domcount.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/domprint.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/domprint.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/domprint.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/domprint.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/enumval.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/enumval.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/enumval.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/enumval.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/faq-build.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/faq-build.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/faq-build.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/faq-build.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding = "iso-8859-1" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/faq-distrib.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/faq-distrib.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/faq-distrib.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/faq-distrib.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" ?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -150,7 +150,7 @@
             publish binaries for every platform. If you wish to
             contribute your time and effort in building binaries for a
             specific platform/environment then please send a mail to the
-            <jump href="mailto:&XercesCEmailAddress;">&XercesCName; mailing list</jump>.
+            <jump href="mailto:&XercesCDevelEmailAddress;">&XercesCName; development mailing list</jump>.
             We can definitely use any extra help in this open source
             project</p>
         </a>
@@ -175,7 +175,7 @@
             them available in the future releases.</p>
 
             <p>All porting changes may be sent to the
-            <jump href="mailto:&XercesCEmailAddress;">&XercesCName; mailing list</jump>
+            <jump href="mailto:&XercesCDevelEmailAddress;">&XercesCName; development mailing list</jump>
             .</p>
         </a>
     </faq>
@@ -219,7 +219,7 @@
         <a>
             <p>Yes! Read the license agreement first and if you still
             have further questions, then please address them to the
-            <jump href="mailto:&XercesCEmailAddress;">&XercesCName; mailing list</jump>
+            <jump href="mailto:&XercesCUserEmailAddress;">&XercesCName; user mailing list</jump>
             .</p>
 
         </a>

Modified: xerces/c/branches/xerces-2.7/doc/faq-other.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/faq-other.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/faq-other.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/faq-other.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/faq-parse.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/faq-parse.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/faq-parse.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/faq-parse.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding = "iso-8859-1" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/feedback.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/feedback.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/feedback.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/feedback.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0"  encoding="iso-8859-1" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -78,6 +78,7 @@
             <li>Andrew Fang</li>
             <li>Simon Fell</li>
             <li>Paul Ferguson</li>
+            <li>Greg Franks</li>
             <li>Pierpaolo Fumagalli</li>
             <li>Syam Gadde</li>
             <li>Guido Gagliardi</li>

Modified: xerces/c/branches/xerces-2.7/doc/html/ApacheDOMC++Binding.html
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/html/ApacheDOMC%2B%2BBinding.html?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/html/ApacheDOMC++Binding.html (original)
+++ xerces/c/branches/xerces-2.7/doc/html/ApacheDOMC++Binding.html Mon Aug  8 04:53:07 2005
@@ -51,7 +51,7 @@
 <tr ALIGN=LEFT VALIGN=TOP>
 <td ALIGN=CENTER><i><font color="#0086B2">
 <font size=-1>
-Copyright &copy; 1999-2004 The Apache Software Foundation. All Rights Reserved.
+Copyright &copy; 1999-2005 The Apache Software Foundation. All Rights Reserved.
 </font></font></i></td>
 </tr>
 </table>

Modified: xerces/c/branches/xerces-2.7/doc/html/ApacheDOMC++BindingL2.html
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/html/ApacheDOMC%2B%2BBindingL2.html?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/html/ApacheDOMC++BindingL2.html (original)
+++ xerces/c/branches/xerces-2.7/doc/html/ApacheDOMC++BindingL2.html Mon Aug  8 04:53:07 2005
@@ -3366,7 +3366,7 @@
 <tr ALIGN=LEFT VALIGN=TOP>
 <td ALIGN=CENTER><i><font color="#0086B2">
 <font size=-1>
-Copyright &copy; 1999-2004 The Apache Software Foundation. All Rights Reserved.
+Copyright &copy; 1999-2005 The Apache Software Foundation. All Rights Reserved.
 </font>
 </font></i></td>
 </tr>

Modified: xerces/c/branches/xerces-2.7/doc/html/ApacheDOMC++BindingL3.html
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/html/ApacheDOMC%2B%2BBindingL3.html?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/html/ApacheDOMC++BindingL3.html (original)
+++ xerces/c/branches/xerces-2.7/doc/html/ApacheDOMC++BindingL3.html Mon Aug  8 04:53:07 2005
@@ -5017,7 +5017,7 @@
 <tr ALIGN=LEFT VALIGN=TOP>
 <td ALIGN=CENTER><i><font color="#0086B2">
 <font size=-1>
-Copyright &copy; 1999-2004 The Apache Software Foundation. All Rights Reserved.
+Copyright &copy; 1999-2005 The Apache Software Foundation. All Rights Reserved.
 </font>
 </font>
 </i>

Modified: xerces/c/branches/xerces-2.7/doc/html/apiDocs/header.html
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/html/apiDocs/header.html?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/html/apiDocs/header.html (original)
+++ xerces/c/branches/xerces-2.7/doc/html/apiDocs/header.html Mon Aug  8 04:53:07 2005
@@ -3,35 +3,81 @@
 
   <IMG border="0" height="6" hspace="0" src="../resources/separator.gif" vspace="0" width="120"><BR>
 
-  <A href="../index.html" onMouseOut="rolloverOff('side-index');" onMouseOver="rolloverOn('side-index');"><IMG alt="Readme" border="0" height="12" hspace="0" name="side-index" onLoad="rolloverLoad('side-index','../graphics/index-label-2.jpg','../graphics/index-label-3.jpg');" src="../graphics/index-label-3.jpg" vspace="0" width="120"></A><BR>
-  <A href="../releases.html" onMouseOut="rolloverOff('side-releases');" onMouseOver="rolloverOn('side-releases');"><IMG alt="Release Info" border="0" height="12" hspace="0" name="side-releases" onLoad="rolloverLoad('side-releases','../graphics/releases-label-2.jpg','../graphics/releases-label-3.jpg');" src="../graphics/releases-label-3.jpg" vspace="0" width="120"></A><BR>
+     <A href="../index.html" onMouseOut="rolloverOff('side-index');" onMouseOver="rolloverOn('side-index');"><IMG alt="Readme" border="0" height="12" hspace="0" name="side-index" onLoad="rolloverLoad('side-index','../graphics/index-label-2.jpg','../graphics/index-label-3.jpg');" src="../graphics/index-label-3.jpg" vspace="0" width="120"></A><BR>
+     <A href="../charter.html" onMouseOut="rolloverOff('side-charter');" onMouseOver="rolloverOn('side-charter');"><IMG alt="Charter" border="0" height="12" hspace="0" name="side-charter" onLoad="rolloverLoad('side-charter','../graphics/charter-label-2.jpg','../graphics/charter-label-3.jpg');" src="../graphics/charter-label-3.jpg" vspace="0" width="120"></A><BR>
+     <A href="../releases.html" onMouseOut="rolloverOff('side-releases');" onMouseOver="rolloverOn('side-releases');"><IMG alt="Release Info" border="0" height="12" hspace="0" name="side-releases" onLoad="rolloverLoad('side-releases','../graphics/releases-label-2.jpg','../graphics/releases-label-3.jpg');" src="../graphics/releases-label-3.jpg" vspace="0" width="120"></A><BR>
+     
+     
+
+
+
+
   <IMG border="0" height="6" hspace="0" src="../resources/separator.gif" vspace="0" width="120"><BR>
-  <A href="../install.html" onMouseOut="rolloverOff('side-install');" onMouseOver="rolloverOn('side-install');"><IMG alt="Installation" border="0" height="12" hspace="0" name="side-install" onLoad="rolloverLoad('side-install','../graphics/install-label-2.jpg','../graphics/install-label-3.jpg');" src="../graphics/install-label-3.jpg" vspace="0" width="120"></A><BR>
-  <A href="http://xml.apache.org/dist/xerces-c/" onMouseOut="rolloverOff('side-ext-18');" onMouseOver="rolloverOn('side-ext-18');"><IMG alt="Download" border="0" height="12" hspace="0" name="side-ext-18" onLoad="rolloverLoad('side-ext-18','../graphics/ext-18-label-2.jpg','../graphics/ext-18-label-3.jpg');" src="../graphics/ext-18-label-3.jpg" vspace="0" width="120"></A><BR>
-  <A href="../build.html" onMouseOut="rolloverOff('side-build');" onMouseOver="rolloverOn('side-build');"><IMG alt="Build" border="0" height="12" hspace="0" name="side-build" onLoad="rolloverLoad('side-build','../graphics/build-label-2.jpg','../graphics/build-label-3.jpg');" src="../graphics/build-label-3.jpg" vspace="0" width="120"></A><BR>
+
+     <A href="../install.html" onMouseOut="rolloverOff('side-install');" onMouseOver="rolloverOn('side-install');"><IMG alt="Installation" border="0" height="12" hspace="0" name="side-install" onLoad="rolloverLoad('side-install','../graphics/install-label-2.jpg','../graphics/install-label-3.jpg');" src="../graphics/install-label-3.jpg" vspace="0" width="120"></A><BR>
+     <A href="http://xml.apache.org/xerces-c/download.cgi" onMouseOut="rolloverOff('side-ext-20');" onMouseOver="rolloverOn('side-ext-20');"><IMG alt="Download" border="0" height="12" hspace="0" name="side-ext-20" onLoad="rolloverLoad('side-ext-20','../graphics/ext-20-label-2.jpg','../graphics/ext-20-label-3.jpg');" src="../graphics/ext-20-label-3.jpg" vspace="0" width="120"></A><BR>
+     <A href="../build.html" onMouseOut="rolloverOff('side-build');" onMouseOver="rolloverOn('side-build');"><IMG alt="Build Instructions" border="0" height="12" hspace="0" name="side-build" onLoad="rolloverLoad('side-build','../graphics/build-label-2.jpg','../graphics/build-label-3.jpg');" src="../graphics/build-label-3.jpg" vspace="0" width="120"></A><BR>
+     
+     
+     
 
   <IMG border="0" height="6" hspace="0" src="../resources/separator.gif" vspace="0" width="120"><BR>
-  <A href="../faqs.html" onMouseOut="rolloverOff('side-faqs');" onMouseOver="rolloverOn('side-faqs');"><IMG alt="FAQs" border="0" height="12" hspace="0" name="side-faqs" onLoad="rolloverLoad('side-faqs','../graphics/faqs-label-2.jpg','../graphics/faqs-label-3.jpg');" src="../graphics/faqs-label-3.jpg" vspace="0" width="120"></A><BR>  
-  <A href="../samples.html" onMouseOut="rolloverOff('side-samples');" onMouseOver="rolloverOn('side-samples');"><IMG alt="Samples" border="0" height="12" hspace="0" name="side-samples" onLoad="rolloverLoad('side-samples','../graphics/samples-label-2.jpg','../graphics/samples-label-3.jpg');" src="../graphics/samples-label-3.jpg" vspace="0" width="120"></A><BR>
-  <A href="../api.html" onMouseOut="rolloverOff('side-api');" onMouseOver="rolloverOn('side-api');"><IMG alt="API Docs" border="0" height="12" hspace="0" name="side-api" onLoad="rolloverLoad('side-api','../graphics/api-label-2.jpg','../graphics/api-label-3.jpg');" src="../graphics/api-label-3.jpg" vspace="0" width="120"></A><BR>  
 
-  <IMG border="0" height="6" hspace="0" src="../resources/separator.gif" vspace="0" width="120"><BR>  
-  <A href="../ApacheDOMC++Binding.html" onMouseOut="rolloverOff('side-ext-68');" onMouseOver="rolloverOn('side-ext-68');"><IMG alt="DOM C++ Binding" border="0" height="12" hspace="0" name="side-ext-68" onLoad="rolloverLoad('side-ext-68','../graphics/ext-68-label-2.jpg','../graphics/ext-68-label-3.jpg');" src="../graphics/ext-68-label-3.jpg" vspace="0" width="120"></A><BR>
+     <A href="../faqs.html" onMouseOut="rolloverOff('side-faqs');" onMouseOver="rolloverOn('side-faqs');"><IMG alt="FAQs" border="0" height="12" hspace="0" name="side-faqs" onLoad="rolloverLoad('side-faqs','../graphics/faqs-label-2.jpg','../graphics/faqs-label-3.jpg');" src="../graphics/faqs-label-3.jpg" vspace="0" width="120"></A><BR>
+
+     <A href="../samples.html" onMouseOut="rolloverOff('side-samples');" onMouseOver="rolloverOn('side-samples');"><IMG alt="Samples" border="0" height="12" hspace="0" name="side-samples" onLoad="rolloverLoad('side-samples','../graphics/samples-label-2.jpg','../graphics/samples-label-3.jpg');" src="../graphics/samples-label-3.jpg" vspace="0" width="120"></A><BR>
+     
+     
+     
+     
+     
+     
+     
+     
+     
+     
+     
+     
+     
+     
+     
 
-  <A href="../program.html" onMouseOut="rolloverOff('side-program');" onMouseOver="rolloverOn('side-program');"><IMG alt="Programming" border="0" height="12" hspace="0" name="side-program" onLoad="rolloverLoad('side-program','../graphics/program-label-2.jpg','../graphics/program-label-3.jpg');" src="../graphics/program-label-3.jpg" vspace="0" width="120"></A><BR>
-  <A href="../migrate.html" onMouseOut="rolloverOff('side-migrate');" onMouseOver="rolloverOn('side-migrate');"><IMG alt="Migration Guide" border="0" height="12" hspace="0" name="side-migrate" onLoad="rolloverLoad('side-migrate','../graphics/migrate-label-2.jpg','../graphics/migrate-label-3.jpg');" src="../graphics/migrate-label-3.jpg" vspace="0" width="120"></A><BR>
+     <A href="../api.html" onMouseOut="rolloverOff('side-api');" onMouseOver="rolloverOn('side-api');"><IMG alt="API Docs" border="0" height="12" hspace="0" name="side-api" onLoad="rolloverLoad('side-api','../graphics/api-label-2.jpg','../graphics/api-label-3.jpg');" src="../graphics/api-label-3.jpg" vspace="0" width="120"></A><BR>
 
   <IMG border="0" height="6" hspace="0" src="../resources/separator.gif" vspace="0" width="120"><BR>
 
+     <A href="../ApacheDOMC++Binding.html" onMouseOut="rolloverOff('side-ext-70');" onMouseOver="rolloverOn('side-ext-70');"><IMG alt="DOM C++ Binding" border="0" height="12" hspace="0" name="side-ext-70" onLoad="rolloverLoad('side-ext-70','../graphics/ext-70-label-2.jpg','../graphics/ext-70-label-3.jpg');" src="../graphics/ext-70-label-3.jpg" vspace="0" width="120"></A><BR>
+
+     <IMG alt="Programming" border="0" height="12" hspace="0" src="../graphics/program-label-1.jpg" vspace="0" width="120"><BR>
+     
+     
+     
+     
+     
+     
+     
+
+     <A href="../migrate.html" onMouseOut="rolloverOff('side-migrate');" onMouseOver="rolloverOn('side-migrate');"><IMG alt="Migration Guide" border="0" height="12" hspace="0" name="side-migrate" onLoad="rolloverLoad('side-migrate','../graphics/migrate-label-2.jpg','../graphics/migrate-label-3.jpg');" src="../graphics/migrate-label-3.jpg" vspace="0" width="120"></A><BR>
+     
+     
+  <IMG border="0" height="6" hspace="0" src="../resources/separator.gif" vspace="0" width="120"><BR>
+
   <A href="../feedback.html" onMouseOut="rolloverOff('side-feedback');" onMouseOver="rolloverOn('side-feedback');"><IMG alt="Feedback" border="0" height="12" hspace="0" name="side-feedback" onLoad="rolloverLoad('side-feedback','../graphics/feedback-label-2.jpg','../graphics/feedback-label-3.jpg');" src="../graphics/feedback-label-3.jpg" vspace="0" width="120"></A><BR>
-  <A href="../bug-report.html" onMouseOut="rolloverOff('side-bug-report');" onMouseOver="rolloverOn('side-bug-report');"><IMG alt="Bug-Reporting" border="0" height="12" hspace="0" name="side-bug-report" onLoad="rolloverLoad('side-bug-report','../graphics/bug-report-label-2.jpg','../graphics/bug-report-label-3.jpg');" src="../graphics/bug-report-label-3.jpg" vspace="0" width="120"></A><BR>  
+  <A href="bug-report.html" onMouseOut="rolloverOff('side-bug-report');" onMouseOver="rolloverOn('side-bug-report');"><IMG alt="Bug-Reporting" border="0" height="12" hspace="0" name="side-bug-report" onLoad="rolloverLoad('side-bug-report','../graphics/bug-report-label-2.jpg','../graphics/bug-report-label-3.jpg');" src="../graphics/bug-report-label-3.jpg" vspace="0" width="120"></A><BR>
   <A href="../pdf.html" onMouseOut="rolloverOff('side-pdf');" onMouseOver="rolloverOn('side-pdf');"><IMG alt="PDF Document" border="0" height="12" hspace="0" name="side-pdf" onLoad="rolloverLoad('side-pdf','../graphics/pdf-label-2.jpg','../graphics/pdf-label-3.jpg');" src="../graphics/pdf-label-3.jpg" vspace="0" width="120"></A><BR>
 
   <IMG border="0" height="6" hspace="0" src="../resources/separator.gif" vspace="0" width="120"><BR>
 
-  <A href="http://xml.apache.org/websrc/cvsweb.cgi/xml-xerces/c/" onMouseOut="rolloverOff('side-ext-100');" onMouseOver="rolloverOn('side-ext-100');"><IMG alt="CVS Repository" border="0" height="12" hspace="0" name="side-ext-100" onLoad="rolloverLoad('side-ext-100','../graphics/ext-100-label-2.jpg','../graphics/ext-100-label-3.jpg');" src="../graphics/ext-100-label-3.jpg" vspace="0" width="120"></A><BR>
+   
+<A href="http://svn.apache.org/viewcvs.cgi/xerces/?root=Apache-SVN" onMouseOut="rolloverOff('side-ext-102');" onMouseOver="rolloverOn('side-ext-102');"><IMG alt="Source Repository" border="0" height="12" hspace="0" name="side-ext-102" onLoad="rolloverLoad('side-ext-102','../graphics/ext-102-label-2.jpg','../graphics/ext-102-label-3.jpg');" src="../graphics/ext-102-label-3.jpg" vspace="0" width="120"></A><BR>
+
+   
+<A href="http://marc.theaimsgroup.com/?l=xerces-c-users" onMouseOut="rolloverOff('side-ext-104');" onMouseOver="rolloverOn('side-ext-104');"><IMG alt="User Mail Archive" border="0" height="12" hspace="0" name="side-ext-104" onLoad="rolloverLoad('side-ext-104','../graphics/ext-104-label-2.jpg','../graphics/ext-104-label-3.jpg');" src="../graphics/ext-104-label-3.jpg" vspace="0" width="120"></A><BR>
+
+   
+<A href="http://marc.theaimsgroup.com/?l=xerces-c-dev" onMouseOut="rolloverOff('side-ext-106');" onMouseOver="rolloverOn('side-ext-106');"><IMG alt="Devel Mail Archive" border="0" height="12" hspace="0" name="side-ext-106" onLoad="rolloverLoad('side-ext-106','../graphics/ext-106-label-2.jpg','../graphics/ext-106-label-3.jpg');" src="../graphics/ext-106-label-3.jpg" vspace="0" width="120"></A><BR>
+
 
-  <A href="http://marc.theaimsgroup.com/?l=xerces-c-dev" onMouseOut="rolloverOff('side-ext-102');" onMouseOver="rolloverOn('side-ext-102');"><IMG alt="Mail Archive" border="0" height="12" hspace="0" name="side-ext-102" onLoad="rolloverLoad('side-ext-102','../graphics/ext-102-label-2.jpg','../graphics/ext-102-label-3.jpg');" src="../graphics/ext-102-label-3.jpg" vspace="0" width="120"></A><BR>
 
 
 <IMG border="0" height="14" hspace="0" src="../resources/close.gif" vspace="0" width="120"><BR></TD><TD align="left" valign="top" width="500"><TABLE border="0" cellpadding="3" cellspacing="0"><TR><TD>

Modified: xerces/c/branches/xerces-2.7/doc/install.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/install.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/install.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/install.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/memparse.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/memparse.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/memparse.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/memparse.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/migration.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/migration.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/migration.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/migration.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/migration_archive.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/migration_archive.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/migration_archive.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/migration_archive.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/pdf-c.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/pdf-c.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/pdf-c.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/pdf-c.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/pparse.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/pparse.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/pparse.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/pparse.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/program-deprecateddom.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/program-deprecateddom.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/program-deprecateddom.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/program-deprecateddom.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/program-dom.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/program-dom.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/program-dom.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/program-dom.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/program-others.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/program-others.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/program-others.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/program-others.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/program-sax.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/program-sax.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/program-sax.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/program-sax.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/program-sax2.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/program-sax2.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/program-sax2.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/program-sax2.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/program.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/program.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/program.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/program.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/psviwriter.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/psviwriter.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/psviwriter.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/psviwriter.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/readme.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/readme.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/readme.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/readme.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/redirect.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/redirect.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/redirect.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/redirect.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/releases.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/releases.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/releases.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/releases.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0"  encoding="iso-8859-1" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/releases_archive.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/releases_archive.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/releases_archive.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/releases_archive.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0"  encoding="iso-8859-1" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/releases_plan.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/releases_plan.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/releases_plan.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/releases_plan.xml Mon Aug  8 04:53:07 2005
@@ -44,7 +44,7 @@
 	<p>The following table lists the potential TODO items for &XercesCName; 3.0.
 	It does not include fixing bugs that are opened in Jira; unless such Jira bug
 	involves a major development effort and requires an architectural redesign,
-	or is an enhancement suggestion,</p>
+	or is an enhancement suggestion.</p>
 	
 	<p>This list tracks current ideas and developer sign-up for 3.0 features. Some items
 	on this list have no volunteer. Items that have no volunteer will receive no
@@ -74,15 +74,15 @@
 		<tr>
 			<td>3</td>
 			<td>Refactoring of x-platform support</td>
-			<td>Initial cut - James<br/>
-					Basic posix support - James<br/>
-					Mac re-port/test - James<br/>
+			<td>Initial cut - James (done)<br/>
+					Basic posix support - James (done)<br/>
+					Mac re-port/test - James (done)<br/>
 					Windows re-port/test - Alberto<br/>
 					Linux re-port/test: Gareth, Alberto [VMWare (Red Hat 9, Red Hat 7.3) and I can add more],
 						Scott Cantor [test], cargilld [w/ xlC]<br/>					
 					Solaris - Scott Cantor [test]<br/>
-					Cygwin - Neil<br/>
-					MingGW - Alberto<br/>
+					Cygwin - Neil/Alberto (mostly done?)<br/>
+					MingGW - Alberto (mostly done?)<br/>
 					Interix - Alberto<br/>
 					AIX - cargilld<br/>
 					OS390 - cargilld
@@ -96,13 +96,14 @@
 				Jason Stewart,
 				Scott Cantor,
 				John Snelson
+				(mostly done--pending ports of additional platforms)
 			</td>
 		</tr>
 
 		<tr>
 			<td>5</td>
 			<td>Add a libcurl based NetAccessor</td>
-			<td>James - as time permits</td>
+			<td>James (done)</td>
 		</tr>
 
 		<tr>

Modified: xerces/c/branches/xerces-2.7/doc/samples.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/samples.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/samples.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/samples.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/sax2count.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/sax2count.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/sax2count.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/sax2count.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/sax2print.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/sax2print.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/sax2print.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/sax2print.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/saxcount.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/saxcount.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/saxcount.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/saxcount.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/saxprint.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/saxprint.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/saxprint.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/saxprint.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/schema.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/schema.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/schema.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/schema.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/scmprint.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/scmprint.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/scmprint.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/scmprint.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/senumval.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/senumval.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/senumval.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/senumval.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/stdinparse.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/stdinparse.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/stdinparse.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/stdinparse.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: xerces/c/branches/xerces-2.7/doc/style/dtd/entities.ent
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/style/dtd/entities.ent?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/style/dtd/entities.ent (original)
+++ xerces/c/branches/xerces-2.7/doc/style/dtd/entities.ent Mon Aug  8 04:53:07 2005
@@ -14,7 +14,9 @@
 <!ENTITY XercesCUnixLib       "libxerces-c">                  <!-- unixlibname -->
 <!ENTITY XercesCNamespace     "xercesc">                      <!-- C++ namespace name -->
 <!ENTITY XercesCNSVersion     "xercesc_2_6">                  <!-- C++ namespace name with Version -->
-<!ENTITY XercesCEmailAddress  "xerces-c-dev@xml.apache.org "> <!-- emailaddress -->
+<!ENTITY XercesCDevelEmailAddress  "xerces-c-dev@xerces.apache.org "> <!-- emailaddress -->
+<!ENTITY XercesCUserEmailAddress  "xerces-c-users@xerces.apache.org "> <!-- emailaddress -->
+<!ENTITY JiraURL  "http&colon;//issues.apache.org/jira/browse/XERCESC "> <!-- url -->
 <!ENTITY XercesDistDir        "xml.apache.org/xerces-c/download.cgi"> <!-- download directory -->
 
 <!ENTITY colon "&#58;">
@@ -40,20 +42,25 @@
 <entry id="faq-contributing" source="faq-contributing.xml"/>
 '>
 
-<!-- value for cvs_repository entity in xerces-c_book.xml -->
-<!ENTITY cvs_repository '
-<external href="http&colon;//xml.apache.org/websrc/cvsweb.cgi/xml-xerces/c/" label="CVS Repository"/>
+<!-- value for source_repository entity in xerces-c_book.xml -->
+<!ENTITY source_repository '
+<external href="http&colon;//svn.apache.org/viewcvs.cgi/xerces/?root=Apache-SVN" label="Source Repository"/>
 '>
 
 <!-- value for mail_archive entity in xerces-c_book.xml -->
-<!ENTITY mail_archive '
-<external href="http&colon;//marc.theaimsgroup.com/?l=xerces-c-dev" label="Mail Archive"/>
+<!ENTITY mail_archive_user '
+<external href="http&colon;//marc.theaimsgroup.com/?l=xerces-c-users" label="User Mail Archive"/>
 '>
 
+<!ENTITY mail_archive_devel '
+<external href="http&colon;//marc.theaimsgroup.com/?l=xerces-c-dev" label="Devel Mail Archive"/>
+'>
+
+
 <!-- Entity for bug report information used in bug-report.xml -->
 <!ENTITY bug-report '
 <s2 title="How to report bugs">
-<p> Please report bugs to <jump href="http&colon;//nagoya.apache.org/jira">Jira</jump>,
+<p> Please report bugs to <jump href="http&colon;//issues.apache.org/jira">Jira</jump>,
 the Apache bug database.  Pick the product "Xerces-C++"
 using the following components&colon;
 </p>
@@ -71,22 +78,22 @@
 <tr><td>Miscellaneous</td><td>Items not covered in other categories</td></tr>
 </table>
 <p>A copy of your bug report is sent automatically to the discussion list
-<jump href="mailto&colon;&XercesCEmailAddress;">&XercesCName; mailing list</jump>.
+<jump href="mailto&colon;&XercesCDevelEmailAddress;">&XercesCName; development mailing list</jump>.
 </p>
 </s2>
 <s2 title="Search first">
-<p> Check the <jump href="http&colon;//nagoya.apache.org/jira">Jira</jump> database
+<p> Check the <jump href="http&colon;//issues.apache.org/jira">Jira</jump> database
 before submitting your bug report to avoid creating a duplicate report.
 Even the bug has been reported already, you may add a comment to the existing report
 since your contribution may lead to a quicker identification/resolution to the bug reported.
 </p>
 <p> Here is the list of
 <jump href=
-"http&colon;//nagoya.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=10510&amp;statusIds=1">
+"http&colon;//issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=10510&amp;statusIds=1">
 outstanding bugs</jump>  that are currently reported in Jira.
 </p>
 </s2>
-<s2 title="Write good bug report">
+<s2 title="Write a good bug report">
 <p> Writing a useful bug report, which makes the bug reproducible, is the first step
 towards the resolution of the bug. Specifics about the bug, like
 </p>
@@ -136,7 +143,7 @@
 <p>If you are not using any of these compilers, you are taking a calculated risk
 by exploring new grounds. Your effort in making &XercesCName; work on this
 new compiler is greatly appreciated and any problems you face can be addressed
-on the <jump href="mailto&colon;&XercesCEmailAddress;">&XercesCName; mailing list</jump>.
+on the <jump href="mailto&colon;&XercesCUserEmailAddress;">&XercesCName; user mailing list</jump>.
 </p>
 '>
 
@@ -167,8 +174,8 @@
 <faq title="I have a patch to the &XercesCName; source code. How do I submit it?">
 <q>I have a patch to the &XercesCName; source code. How do I submit it?</q>
 <a>
-<p>Mail it to the <jump href="mailto&colon;&XercesCEmailAddress;">&XercesCName;
-mailing list</jump>. There are no set rules about
+<p>Mail it to the <jump href="mailto&colon;&XercesCDevelEmailAddress;">&XercesCName;
+development mailing list</jump>. Its also a good idea to add a report to <jump href="&JiraURL;">Jira</jump> to track the issue There are no set rules about
 how or what must be included -- if you have fixed a problem or enhanced the code
 in some way, we really would like to get your changes, and will take them in
 any reasonable form.</p>
@@ -213,7 +220,7 @@
 <!-- feedback info in schema.xml -->
 <!ENTITY schema-feedback-info '
 <p>We would very much appreciate feedback on the package via the &XercesCName; mailing list
-<jump href="mailto&colon;&XercesCEmailAddress;">&XercesCEmailAddress; </jump>, and we
+<jump href="mailto&colon;&XercesCUserEmailAddress;">&XercesCUserEmailAddress; </jump>, and we
 encourage the submission of bugs as described on our
 <jump href="bug-report.html">Bug-Reporting</jump> page.
 Please read this document before using this package.
@@ -229,7 +236,7 @@
 of support available for &XercesCName;?</jump>". Browsing this
 documentation, may be the quickest way to get an answer. Of course, if
 all else fails, as mentioned in the link above, you can post a question
-to the <jump href="mailto&colon;&XercesCEmailAddress;">&XercesCName; mailing list</jump>.</p>
+to the <jump href="mailto&colon;&XercesCUserEmailAddress;">&XercesCName; user mailing list</jump>.</p>
 <p>See <jump href="bug-report.html">Bug Reporting</jump> if you would like
 to report a defect (greatly appreciated!).</p>
 '>

Modified: xerces/c/branches/xerces-2.7/doc/xerces-c_book.xml
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/doc/xerces-c_book.xml?rev=230788&r1=230787&r2=230788&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/doc/xerces-c_book.xml (original)
+++ xerces/c/branches/xerces-2.7/doc/xerces-c_book.xml Mon Aug  8 04:53:07 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
 
 <!DOCTYPE book SYSTEM "sbk:/style/dtd/book.dtd">
 
-<book title="&XercesCName; Documentation" copyright="1999-2004 The Apache Software Foundation">
+<book title="&XercesCName; Documentation" copyright="1999-2005 The Apache Software Foundation">
 
   &home;
 
@@ -25,6 +25,7 @@
   <separator/>
 
      <document id="index"       label="Readme"             source="readme.xml"/>
+     <document id="charter"     label="Charter"             source="charter.xml"/>
      <document id="releases"    label="Release Info"     source="releases.xml"/>
      <hidden id="releases_archive"                   source="releases_archive.xml"/>
      &releases_plan;
@@ -92,7 +93,8 @@
 
   <separator/>
 
-   &cvs_repository;
-   &mail_archive;
+   &source_repository;
+   &mail_archive_user;
+   &mail_archive_devel;
 
 </book>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org