Author: mrglavas
Date: Sat Oct  1 17:58:35 2011
New Revision: 1178055

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

Modified:
    xerces/java/trunk/docs/faq-dom.xml
    xerces/java/trunk/docs/faq-general.xml

Modified: xerces/java/trunk/docs/faq-dom.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/docs/faq-dom.xml?rev=1178055&r1=1178054&r2=1178055&view=diff
==============================================================================
--- xerces/java/trunk/docs/faq-dom.xml (original)
+++ xerces/java/trunk/docs/faq-dom.xml Sat Oct  1 17:58:35 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/trunk/docs/faq-general.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/docs/faq-general.xml?rev=1178055&r1=1178054&r2=1178055&view=diff
==============================================================================
--- xerces/java/trunk/docs/faq-general.xml (original)
+++ xerces/java/trunk/docs/faq-general.xml Sat Oct  1 17:58:35 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to