Author: mrglavas
Date: Sun Oct 30 14:32:48 2005
New Revision: 329662
URL: http://svn.apache.org/viewcvs?rev=329662&view=rev
Log:
Updating source repository references to Subversion. Fixing broken links.
Modified:
xerces/java/branches/xerces_j_1/docs/readme.xml
Modified: xerces/java/branches/xerces_j_1/docs/readme.xml
URL:
http://svn.apache.org/viewcvs/xerces/java/branches/xerces_j_1/docs/readme.xml?rev=329662&r1=329661&r2=329662&view=diff
==============================================================================
--- xerces/java/branches/xerces_j_1/docs/readme.xml (original)
+++ xerces/java/branches/xerces_j_1/docs/readme.xml Sun Oct 30 14:32:48 2005
@@ -10,10 +10,10 @@
<jump href="http://www.w3.org/XML/Schema.html">XML
Schema recommendation version 1.0</jump>,
<jump href="http://www.w3.org/TR/DOM-Level-2/">DOM Level 2
version 1.0</jump>, and
- <jump href="http://www.megginson.com/SAX/">SAX Version
2</jump>,
+ <jump href="http://www.saxproject.org">SAX Version 2</jump>,
in addition to supporting the industry-standard
<jump
href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html">DOM
Level 1</jump> and
- <jump href="http://www.megginson.com/SAX/SAX1/">SAX version
1</jump>
+ <jump href="http://www.saxproject.org/sax1-roadmap.html">SAX
version 1</jump>
APIs.</p>
<p>
Note that because some of the standards
@@ -27,26 +27,18 @@
</s2>
<s2 title='Extracting the &javaparsername; &javaparserversion; Source'>
<p>
- The Xerces 1.x codebase has been moved to a branch of the CVS
- module. In order to extract the Xerces 1.x code, you must specify
- the "xerces_j_1" branch using the "-r" option. For example, to
- extract the Java sources for Xerces 1.x in a directory called
- "xerces1", enter the following commands: (each "cvs" command
- is entered on a single line; the password for the cvs login is
- "anoncvs")
+ The Xerces 1.x codebase has been migrated from CVS to Subversion.
+ Since work began on Xerces 2.x the Xerces 1.x code has been located
+ on a branch. To extract the Java sources for Xerces 1.x into a
+ directory called "xerces1", enter the following command:
</p>
<source>
-cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic
-login
-
-cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic
-checkout -d xerces1 -r xerces_j_1 xml-xerces
- </source>
+svn co http://svn.apache.org/repos/asf/xerces/java/branches/xerces_j_1/
xerces1</source>
</s2>
<s2 title="License Information">
<p>The &javaparsername; &javaparserversion; release is
available in both source code
and precompiled binary (JAR files) form. Both &javaparsername;
- packages are made available under the <jump
href='../../LICENSE'>Apache
+ packages are made available under the <jump
href='http://www.apache.org/licenses/LICENSE'>Apache
Software License</jump>.
</p>
</s2>
@@ -65,7 +57,7 @@
<s2 title="XML Schema 1.0 (beta) Support">
<p>This release includes full support for the W3C XML Schema
Recommendation, except for limitations as described on the
<link
- idref="schema">Schema Implementation Limitations</link> page.
+ idref="schema">XML Schema</link> page.
We intend to remove these limitations and fix outstanding
bugs in the next release of &javaparsername;.</p>
</s2>
@@ -77,8 +69,8 @@
The DOM Level 2 specification is now a W3C Recommendation.</p>
</s2>
<s2 title="SAX 2 Support">
- <p>This release includes support for the <jump
href="http://www.megginson.com/SAX/">
- SAX Version 2</jump> API's which have been finalized.</p>
+ <p>This release includes support for the <jump
href="http://www.saxproject.org">
+ SAX Version 2</jump> APIs which have been finalized.</p>
</s2>
<s2 title="Configuration Mechanism">
<p>&javaparsername; &javaparserversion; uses a collection of
methods to configure
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]