You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mu...@apache.org on 2018/02/05 06:25:13 UTC

svn commit: r1823128 - /xerces/java/branches/xml-schema-1.1-dev/docs/faq-xs.xml

Author: mukulg
Date: Mon Feb  5 06:25:13 2018
New Revision: 1823128

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

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

Modified: xerces/java/branches/xml-schema-1.1-dev/docs/faq-xs.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/faq-xs.xml?rev=1823128&r1=1823127&r2=1823128&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/docs/faq-xs.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/faq-xs.xml Mon Feb  5 06:25:13 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-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org