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 2019/04/06 04:32:43 UTC

svn commit: r1857045 - in /xerces: java/branches/xml-schema-1.1-dev/docs/xml-schema.xml java/trunk/docs/xml-schema.xml site/trunk/production/xerces2-j/xml-schema.html

Author: mukulg
Date: Sat Apr  6 04:32:42 2019
New Revision: 1857045

URL: http://svn.apache.org/viewvc?rev=1857045&view=rev
Log:
minor improvements to Xerces docs

Modified:
    xerces/java/branches/xml-schema-1.1-dev/docs/xml-schema.xml
    xerces/java/trunk/docs/xml-schema.xml
    xerces/site/trunk/production/xerces2-j/xml-schema.html

Modified: xerces/java/branches/xml-schema-1.1-dev/docs/xml-schema.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/xml-schema.xml?rev=1857045&r1=1857044&r2=1857045&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/docs/xml-schema.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/xml-schema.xml Sat Apr  6 04:32:42 2019
@@ -128,13 +128,14 @@
             Javadoc for javax.xml.XMLConstants.FEATURE_SECURE_PROCESSING for
             more details.
             </li>
-            <li> The JAXP class javax.xml.validation.Schema is defined to be thread safe, i.e.
-            applications are encouraged to share it across many threads. There are few cases
-            observed while doing XML Schema 1.1 validation, where the thread safe definition
-            of javax.xml.validation.Schema is not honored. This problem is observed, while
-            using the XSD 1.1 syntax &lt;assert&gt; in the XSD documents. But there are also, various
-            cases observed while using XSD 1.1 syntax &lt;assert&gt;, when thread safety of javax.xml.validation.Schema
-            is honored correctly.
+            <li> The JAXP class javax.xml.validation.Schema is defined to be thread 
+            safe. That is, applications are encouraged to share javax.xml.validation.Schema objects 
+            across multiple threads. Some Xerces users have reported that, while doing XML Schema 1.1 
+            validation javax.xml.validation.Schema is seen to be not thread safe. This problem was 
+            observed in certain use cases, while using the XSD 1.1 construct &lt;assert&gt; in the 
+            XSD documents. But there are also, various cases observed while using XSD 1.1 
+            construct &lt;assert&gt;, when thread safety of javax.xml.validation.Schema is 
+            seen to be working correctly.
             </li>
         </ul>
     </s2>

Modified: xerces/java/trunk/docs/xml-schema.xml
URL: http://svn.apache.org/viewvc/xerces/java/trunk/docs/xml-schema.xml?rev=1857045&r1=1857044&r2=1857045&view=diff
==============================================================================
--- xerces/java/trunk/docs/xml-schema.xml (original)
+++ xerces/java/trunk/docs/xml-schema.xml Sat Apr  6 04:32:42 2019
@@ -128,13 +128,14 @@
             Javadoc for javax.xml.XMLConstants.FEATURE_SECURE_PROCESSING for
             more details.
             </li>
-            <li> The JAXP class javax.xml.validation.Schema is defined to be thread safe, i.e.
-            applications are encouraged to share it across many threads. There are few cases
-            observed while doing XML Schema 1.1 validation, where the thread safe definition
-            of javax.xml.validation.Schema is not honored. This problem is observed, while
-            using the XSD 1.1 syntax &lt;assert&gt; in the XSD documents. But there are also, various
-            cases observed while using XSD 1.1 syntax &lt;assert&gt;, when thread safety of javax.xml.validation.Schema
-            is honored correctly.
+            <li> The JAXP class javax.xml.validation.Schema is defined to be thread 
+            safe. That is, applications are encouraged to share javax.xml.validation.Schema objects 
+            across multiple threads. Some Xerces users have reported that, while doing XML Schema 1.1 
+            validation javax.xml.validation.Schema is seen to be not thread safe. This problem was 
+            observed in certain use cases, while using the XSD 1.1 construct &lt;assert&gt; in the 
+            XSD documents. But there are also, various cases observed while using XSD 1.1 
+            construct &lt;assert&gt;, when thread safety of javax.xml.validation.Schema is 
+            seen to be working correctly.
             </li>
         </ul>
     </s2>

Modified: xerces/site/trunk/production/xerces2-j/xml-schema.html
URL: http://svn.apache.org/viewvc/xerces/site/trunk/production/xerces2-j/xml-schema.html?rev=1857045&r1=1857044&r2=1857045&view=diff
==============================================================================
--- xerces/site/trunk/production/xerces2-j/xml-schema.html (original)
+++ xerces/site/trunk/production/xerces2-j/xml-schema.html Sat Apr  6 04:32:42 2019
@@ -155,13 +155,14 @@
             Javadoc for javax.xml.XMLConstants.FEATURE_SECURE_PROCESSING for
             more details.
             </LI>
-            <LI> The JAXP class javax.xml.validation.Schema is defined to be thread safe, i.e.
-            applications are encouraged to share it across many threads. There are few cases
-            observed while doing XML Schema 1.1 validation, where the thread safe definition
-            of javax.xml.validation.Schema is not honored. This problem is observed, while
-            using the XSD 1.1 syntax &lt;assert&gt; in the XSD documents. But there are also, various
-            cases observed while using XSD 1.1 syntax &lt;assert&gt;, when thread safety of javax.xml.validation.Schema
-            is honored correctly.
+            <LI> The JAXP class javax.xml.validation.Schema is defined to be thread 
+            safe. That is, applications are encouraged to share javax.xml.validation.Schema objects 
+            across multiple threads. Some Xerces users have reported that, while doing XML Schema 1.1 
+            validation javax.xml.validation.Schema is seen to be not thread safe. This problem was 
+            observed in certain use cases, while using the XSD 1.1 construct &lt;assert&gt; in the 
+            XSD documents. But there are also, various cases observed while using XSD 1.1 
+            construct &lt;assert&gt;, when thread safety of javax.xml.validation.Schema is 
+            seen to be working correctly.
             </LI>
         </UL>
     </FONT></TD></TR></TABLE><BR>



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