From f5347f3779b2b3b2f4732f068b591f0f43b7da47 Mon Sep 17 00:00:00 2001 From: Tinny Ng <tng@apache.org> Date: Fri, 26 Oct 2001 17:29:40 +0000 Subject: [PATCH] Update SAX standard web link. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173189 13f79535-47bb-0310-9956-ffa450edef68 --- doc/apidocs.xml | 2 +- doc/readme.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/apidocs.xml b/doc/apidocs.xml index 06bd9647d..a4816ab90 100644 --- a/doc/apidocs.xml +++ b/doc/apidocs.xml @@ -17,7 +17,7 @@ we recommend you to read these documents.</p> <p>&XercesCName; SAX is an implementation of the - <jump href="http://www.megginson.com/SAX/index.html">SAX 1.0/2.0</jump> specification. + <jump href="http://sax.sourceforge.net/">SAX 1.0/2.0</jump> specification. You are encouraged to read this document for a better understanding of the SAX API in &XercesCName;.</p> diff --git a/doc/readme.xml b/doc/readme.xml index b27fe3ee2..cec438fed 100644 --- a/doc/readme.xml +++ b/doc/readme.xml @@ -14,8 +14,8 @@ and associated standards ( <jump href="http://www.w3.org/TR/REC-DOM-Level-1/">DOM 1.0</jump>, <jump href="http://www.w3.org/TR/DOM-Level-2-Core/">DOM 2.0</jump>. - <jump href="http://www.megginson.com/SAX/SAX1/index.html">SAX 1.0</jump>, - <jump href="http://www.megginson.com/SAX/index.html">SAX 2.0</jump>, + <jump href="http://sax.sourceforge.net/?selected=sax1">SAX 1.0</jump>, + <jump href="http://sax.sourceforge.net/">SAX 2.0</jump>, <jump href="http://www.w3.org/TR/REC-xml-names/">Namespaces</jump>). &XercesCName; &XercesCVersion; also provides an implementation of a subset of the <jump href="http://www.w3.org/TR/xmlschema-0/">Schema</jump>. @@ -46,7 +46,7 @@ <li>Tracking of latest <jump href="http://www.w3.org/TR/REC-DOM-Level-1/">DOM (Level 1.0)</jump>, <jump href="http://www.w3.org/TR/DOM-Level-2-Core/">DOM (Level 2.0)</jump>, - <jump href="http://www.megginson.com/SAX/index.html">SAX/SAX2</jump>, + <jump href="http://sax.sourceforge.net/">SAX/SAX2</jump>, <jump href="http://www.w3.org/TR/REC-xml-names/">Namespace</jump> specifications.</li> <li>Experimental <jump href="http://www.w3.org/TR/xmlschema-0/">Schema</jump> subset support</li> <li>Source code, samples, and documentation is provided.</li> -- GitLab