You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2011/10/01 19:58:53 UTC

svn commit: r1178056 - in /xerces/java/branches/xml-schema-1.1-dev/docs: faq-dom.xml faq-general.xml

Author: mrglavas
Date: Sat Oct  1 17:58:53 2011
New Revision: 1178056

URL: http://svn.apache.org/viewvc?rev=1178056&view=rev
Log:
Fixing links to documentation on the Endorsed Standards Override Mechanism.

Modified:
    xerces/java/branches/xml-schema-1.1-dev/docs/faq-dom.xml
    xerces/java/branches/xml-schema-1.1-dev/docs/faq-general.xml

Modified: xerces/java/branches/xml-schema-1.1-dev/docs/faq-dom.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/faq-dom.xml?rev=1178056&r1=1178055&r2=1178056&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/docs/faq-dom.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/faq-dom.xml Sat Oct  1 17:58:53 2011
@@ -206,7 +206,7 @@ serializer.serialize(document);</source>
    <faq title="Using DOM Level 3 with JDK 1.4 and higher">
     <q>How do I run DOM Level 3 applications under JDK 1.4 and higher?</q>
     <a>    <anchor name="dom3-run"/>
-    <p>Use the <jump href="http://java.sun.com/j2se/1.4/docs/guide/standards/">
+    <p>Use the <jump href="http://download.oracle.com/javase/1.4.2/docs/guide/standards/">
     Endorsed Standards Override Mechanism</jump> to specify xercesImpl.jar and xml-apis.jar.
     A more complete description is available <jump href="http://xml.apache.org/xalan-j/faq.html#faq-N100D6">here</jump>.
     </p>

Modified: xerces/java/branches/xml-schema-1.1-dev/docs/faq-general.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/faq-general.xml?rev=1178056&r1=1178055&r2=1178056&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/docs/faq-general.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/faq-general.xml Sat Oct  1 17:58:53 2011
@@ -58,7 +58,7 @@
   <q>How can I use JAXP 1.4 on JDK 1.4 and above?</q>
   <a>
    <p>
-    Use the <jump href="http://java.sun.com/j2se/1.4/docs/guide/standards/">Endorsed Standards Override Mechanism</jump>
+    Use the <jump href="http://download.oracle.com/javase/1.4.2/docs/guide/standards/">Endorsed Standards Override Mechanism</jump>
     to specify xml-apis.jar and xercesImpl.jar. This will override the version of JAXP in the JDK. A more complete 
     description is available <jump href="http://xml.apache.org/xalan-j/faq.html#faq-N100EF">here</jump>.
    </p>



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