Author: mukulg
Date: Mon Feb  5 06:25:54 2018
New Revision: 1823129

URL: http://svn.apache.org/viewvc?rev=1823129&view=rev
Log:
doing a minor correction to documentation

Modified:
    xerces/java/trunk/docs/faq-xs.xml

Modified: xerces/java/trunk/docs/faq-xs.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/docs/faq-xs.xml?rev=1823129&r1=1823128&r2=1823129&view=diff
==============================================================================
--- xerces/java/trunk/docs/faq-xs.xml (original)
+++ xerces/java/trunk/docs/faq-xs.xml Mon Feb  5 06:25:54 2018
@@ -22,7 +22,8 @@
     <q>How do I validate against XML schema?</q>
     <a>
       <p>XML Schema 1.0 validation has been integrated with the 
-       regular SAXParser and DOMParser classes. No special classes are 
+       regular SAXParser and DOMParser classes, and also with the JAXP
+      validation API using the XSD 1.0 Schema factory. No special classes are 
        required to parse documents that use a schema.</p>
       <p>For XML Schema 1.1 validation, you'll need to use the JAXP
       validation API, using the XSD 1.1 Schema factory. Here's an example: </p>



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

Reply via email to