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 2007/05/05 20:16:23 UTC

svn commit: r535553 - in /xerces/java/trunk/docs: faq-dom.xml faq-general.xml features.xml

Author: mrglavas
Date: Sat May  5 11:16:23 2007
New Revision: 535553

URL: http://svn.apache.org/viewvc?view=rev&rev=535553
Log:
Minor doc tweaks.

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

Modified: xerces/java/trunk/docs/faq-dom.xml
URL: http://svn.apache.org/viewvc/xerces/java/trunk/docs/faq-dom.xml?view=diff&rev=535553&r1=535552&r2=535553
==============================================================================
--- xerces/java/trunk/docs/faq-dom.xml (original)
+++ xerces/java/trunk/docs/faq-dom.xml Sat May  5 11:16:23 2007
@@ -121,7 +121,7 @@
 
       <p>
 	It is also possible to serialize a DOM tree by using the Xerces <code>org.apache.xml.XMLSerializer</code> serialization code directly.  
-	This non-standard way of serializing a DOM has been <strong>deprecated</strong> since Xerces-J 2.9.0 and should be avoided.
+	This non-standard way of serializing a DOM has been <strong>deprecated</strong> since Xerces-J 2.9.0 and should be avoided if possible.
       </p>
       <source>import org.apache.xml.serialize.OutputFormat;
 import org.apache.xml.serialize.XMLSerializer;
@@ -203,12 +203,12 @@
     </a>
   </faq>
   
-   <faq title="Running DOM Level 3 samples with Sun JDK 1.4 and higher">
-    <q>How do I access run under Sun JDK 1.4 and higher?</q>
+   <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/">
     Endorsed Standards Override Mechanism</jump> to specify xercesImpl.jar and xml-apis.jar.
-    More complete description is available <jump href="http://xml.apache.org/xalan-j/faq.html#faq-N100CC">here</jump>.
+    A more complete description is available <jump href="http://xml.apache.org/xalan-j/faq.html#faq-N100D6">here</jump>.
     </p>
     </a>
   </faq>

Modified: xerces/java/trunk/docs/faq-general.xml
URL: http://svn.apache.org/viewvc/xerces/java/trunk/docs/faq-general.xml?view=diff&rev=535553&r1=535552&r2=535553
==============================================================================
--- xerces/java/trunk/docs/faq-general.xml (original)
+++ xerces/java/trunk/docs/faq-general.xml Sat May  5 11:16:23 2007
@@ -60,7 +60,7 @@
    <p>
     Use the <jump href="http://java.sun.com/j2se/1.4/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-N100CC">here</jump>.
+    description is available <jump href="http://xml.apache.org/xalan-j/faq.html#faq-N100D6">here</jump>.
    </p>
    <p>
      The following methods <strong>do not work</strong>:

Modified: xerces/java/trunk/docs/features.xml
URL: http://svn.apache.org/viewvc/xerces/java/trunk/docs/features.xml?view=diff&rev=535553&r1=535552&r2=535553
==============================================================================
--- xerces/java/trunk/docs/features.xml (original)
+++ xerces/java/trunk/docs/features.xml Sat May  5 11:16:23 2007
@@ -690,7 +690,7 @@
   <feature name='http://xml.org/sax/features/xml-1.1'
            id='xml-1.1'>
    <true>
-    The parser supports both XML 1.1 and XML 1.0.
+    The parser supports both XML 1.0 and XML 1.1.
    </true>
    <false>
     The parser supports only XML 1.0.



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