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

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

URL: http://svn.apache.org/viewvc?rev=1857045=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=1857044=1857045=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.
 
- 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 assert in the XSD documents. But 
there are also, various
-cases observed while using XSD 1.1 syntax assert, when 
thread safety of javax.xml.validation.Schema
-is honored correctly.
+ 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 
assert in the 
+XSD documents. But there are also, various cases observed while 
using XSD 1.1 
+construct assert, when thread safety of 
javax.xml.validation.Schema is 
+seen to be working correctly.
 
 
 

Modified: xerces/java/trunk/docs/xml-schema.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/docs/xml-schema.xml?rev=1857045=1857044=1857045=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.
 
- 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 assert in the XSD documents. But 
there are also, various
-cases observed while using XSD 1.1 syntax assert, when 
thread safety of javax.xml.validation.Schema
-is honored correctly.
+ 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 
assert in the 
+XSD documents. But there are also, various cases observed while 
using XSD 1.1 
+construct assert, when thread safety of 
javax.xml.validation.Schema is 
+seen to be working correctly.
 
 
 

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=1857044=1857045=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.
 
- 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

svn commit: r1856527 - /xerces/site/trunk/production/xerces2-j/api.html

2019-03-29 Thread mukulg
Author: mukulg
Date: Fri Mar 29 10:07:27 2019
New Revision: 1856527

URL: http://svn.apache.org/viewvc?rev=1856527=rev
Log:
minor textual changes to Xerces docs

Modified:
xerces/site/trunk/production/xerces2-j/api.html

Modified: xerces/site/trunk/production/xerces2-j/api.html
URL: 
http://svn.apache.org/viewvc/xerces/site/trunk/production/xerces2-j/api.html?rev=1856527=1856526=1856527=diff
==
--- xerces/site/trunk/production/xerces2-j/api.html (original)
+++ xerces/site/trunk/production/xerces2-j/api.html Fri Mar 29 10:07:27 2019
@@ -226,10 +226,10 @@
  
  XML Schema 1.1 API Documentation
   
-   Xerces-J's XML Schema 1.1 API documentation, would have some differences as 
compared to 
+   Xerces-J's XML Schema 1.1 API documentation would have some differences as 
compared to 
API documentation of XML Schema 1.0 implementation. To view the API 
documentation of
-   Xerces-J's XML Schema 1.1 implementation, the reader would have to view 
'docs' folder within our
-   XML Schema 1.1 download package.
+   Xerces-J's XML Schema 1.1 implementation, you would have to view 'docs' 
folder within 
+   Xerces's XML Schema 1.1 download package.
   
  
 



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



svn commit: r1856525 - /xerces/java/branches/xml-schema-1.1-dev/docs/api.xml

2019-03-29 Thread mukulg
Author: mukulg
Date: Fri Mar 29 10:05:25 2019
New Revision: 1856525

URL: http://svn.apache.org/viewvc?rev=1856525=rev
Log:
minor textual changes to Xerces docs

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

Modified: xerces/java/branches/xml-schema-1.1-dev/docs/api.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/api.xml?rev=1856525=1856524=1856525=diff
==
--- xerces/java/branches/xml-schema-1.1-dev/docs/api.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/api.xml Fri Mar 29 10:05:25 
2019
@@ -199,10 +199,10 @@
  
  
   
-   Xerces-J's XML Schema 1.1 API documentation, would have some differences as 
compared to 
+   Xerces-J's XML Schema 1.1 API documentation would have some differences as 
compared to 
API documentation of XML Schema 1.0 implementation. To view the API 
documentation of
-   Xerces-J's XML Schema 1.1 implementation, the reader would have to view 
'docs' folder within our
-   XML Schema 1.1 download package.
+   Xerces-J's XML Schema 1.1 implementation, you would have to view 'docs' 
folder within 
+   Xerces's XML Schema 1.1 download package.
   
  
 



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



svn commit: r1856526 - /xerces/java/trunk/docs/api.xml

2019-03-29 Thread mukulg
Author: mukulg
Date: Fri Mar 29 10:05:52 2019
New Revision: 1856526

URL: http://svn.apache.org/viewvc?rev=1856526=rev
Log:
minor textual changes to Xerces docs

Modified:
xerces/java/trunk/docs/api.xml

Modified: xerces/java/trunk/docs/api.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/docs/api.xml?rev=1856526=1856525=1856526=diff
==
--- xerces/java/trunk/docs/api.xml (original)
+++ xerces/java/trunk/docs/api.xml Fri Mar 29 10:05:52 2019
@@ -199,10 +199,10 @@
  
  
   
-   Xerces-J's XML Schema 1.1 API documentation, would have some differences as 
compared to 
+   Xerces-J's XML Schema 1.1 API documentation would have some differences as 
compared to 
API documentation of XML Schema 1.0 implementation. To view the API 
documentation of
-   Xerces-J's XML Schema 1.1 implementation, the reader would have to view 
'docs' folder within our
-   XML Schema 1.1 download package.
+   Xerces-J's XML Schema 1.1 implementation, you would have to view 'docs' 
folder within 
+   Xerces's XML Schema 1.1 download package.
   
  
 



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



svn commit: r1856378 - in /xerces/xml-commons/trunk/java/src/org/apache/xml/resolver: Catalog.java Resolver.java

2019-03-27 Thread mukulg
Author: mukulg
Date: Wed Mar 27 10:01:54 2019
New Revision: 1856378

URL: http://svn.apache.org/viewvc?rev=1856378=rev
Log:
cosmetic improvements to code. commenting few unused variables

Modified:
xerces/xml-commons/trunk/java/src/org/apache/xml/resolver/Catalog.java
xerces/xml-commons/trunk/java/src/org/apache/xml/resolver/Resolver.java

Modified: xerces/xml-commons/trunk/java/src/org/apache/xml/resolver/Catalog.java
URL: 
http://svn.apache.org/viewvc/xerces/xml-commons/trunk/java/src/org/apache/xml/resolver/Catalog.java?rev=1856378=1856377=1856378=diff
==
--- xerces/xml-commons/trunk/java/src/org/apache/xml/resolver/Catalog.java 
(original)
+++ xerces/xml-commons/trunk/java/src/org/apache/xml/resolver/Catalog.java Wed 
Mar 27 10:01:54 2019
@@ -805,7 +805,7 @@ public class Catalog {
 protected synchronized void parseCatalogFile(String fileName)
 throws MalformedURLException, IOException, CatalogException {
 
-CatalogEntry entry;
+// CatalogEntry entry;
 
 // The base-base is the cwd. If the catalog file is specified
 // with a relative path, this assures that it gets resolved

Modified: 
xerces/xml-commons/trunk/java/src/org/apache/xml/resolver/Resolver.java
URL: 
http://svn.apache.org/viewvc/xerces/xml-commons/trunk/java/src/org/apache/xml/resolver/Resolver.java?rev=1856378=1856377=1856378=diff
==
--- xerces/xml-commons/trunk/java/src/org/apache/xml/resolver/Resolver.java 
(original)
+++ xerces/xml-commons/trunk/java/src/org/apache/xml/resolver/Resolver.java Wed 
Mar 27 10:01:54 2019
@@ -359,7 +359,7 @@ public class Resolver extends Catalog {
String RFC2483 = resolver + "?command=" + command 
+ "=tr9401=" + arg1 
+ "=" + arg2;
-   String line = null;
+   // String line = null;
 
try {
URL url = new URL(RFC2483);



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



svn commit: r1856365 - /xerces/java/branches/xs-1.1-tests/readme.txt

2019-03-26 Thread mukulg
Author: mukulg
Date: Wed Mar 27 05:02:12 2019
New Revision: 1856365

URL: http://svn.apache.org/viewvc?rev=1856365=rev
Log:
minor changes to text of readme file

Modified:
xerces/java/branches/xs-1.1-tests/readme.txt

Modified: xerces/java/branches/xs-1.1-tests/readme.txt
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xs-1.1-tests/readme.txt?rev=1856365=1856364=1856365=diff
==
--- xerces/java/branches/xs-1.1-tests/readme.txt (original)
+++ xerces/java/branches/xs-1.1-tests/readme.txt Wed Mar 27 05:02:12 2019
@@ -15,8 +15,8 @@
  * limitations under the License.
  */
  
-This SVN branch contains Xerces proprietary (other than W3C XML Schema 1.1 
test suite) unit test cases for the 
-Xerces's XML Schema 1.1 implementation.
+This SVN branch contains Xerces proprietary (other than IBM / Xerces 
contributions to W3C XML Schema 1.1 test suite) 
+unit test cases for the Xerces's XML Schema 1.1 implementation.
 
 Configuration notes: Minimum JRE needed to run these tests is 1.5. These unit 
tests contain a folder "data" parallel 
 to the "src" folder, that contain the XML and XSD documents needed for the 
unit tests. Before invoking this unit test 
@@ -28,5 +28,5 @@ The class "AllXercesXSD11Tests" is the e
 
 Acknowledgements:
 These unit tests contain, XSD 1.1 examples written by Roger L. Costello 
(coste...@mitre.org), and have been included
-here with the permission from author. Roger's contributions of useful XSD 1.1 
examples to this test suite is highly appreciated.
-Roger has been an active contributor to the XML Schema standards work.
\ No newline at end of file
+here with the permission from author. Roger's contributions of useful XSD 1.1 
examples to this test suite is highly 
+appreciated. Roger has been an active contributor to the XML Schema standards 
work.
\ No newline at end of file



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



svn commit: r1856364 - /xerces/java/branches/xs-1.1-tests/readme.txt

2019-03-26 Thread mukulg
Author: mukulg
Date: Wed Mar 27 04:57:00 2019
New Revision: 1856364

URL: http://svn.apache.org/viewvc?rev=1856364=rev
Log:
minor changes to text and grammar, of readme file

Modified:
xerces/java/branches/xs-1.1-tests/readme.txt

Modified: xerces/java/branches/xs-1.1-tests/readme.txt
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xs-1.1-tests/readme.txt?rev=1856364=1856363=1856364=diff
==
--- xerces/java/branches/xs-1.1-tests/readme.txt (original)
+++ xerces/java/branches/xs-1.1-tests/readme.txt Wed Mar 27 04:57:00 2019
@@ -15,9 +15,10 @@
  * limitations under the License.
  */
  
-This SVN branch contains Xerces proprietary unit test cases for the Xerces XML 
Schema (XSD) 1.1 functionality.
+This SVN branch contains Xerces proprietary (other than W3C XML Schema 1.1 
test suite) unit test cases for the 
+Xerces's XML Schema 1.1 implementation.
 
-Configuration notes: Minimum JRE needed to run these tests is 1.5. These unit 
tests contain a folder "data" alongside 
+Configuration notes: Minimum JRE needed to run these tests is 1.5. These unit 
tests contain a folder "data" parallel 
 to the "src" folder, that contain the XML and XSD documents needed for the 
unit tests. Before invoking this unit test 
 suite, the following argument needs to be provided to the Java VM,
 -Dorg.apache.xerces.tests.dataDir=
@@ -26,6 +27,6 @@ relative to which the unit tests would r
 The class "AllXercesXSD11Tests" is the entry point of this unit test suite.
 
 Acknowledgements:
-These unit tests contain XSD 1.1 examples written by Roger L. Costello 
(coste...@mitre.org), and have been included
-here with the permission from author. Roger's contribution of useful XSD 1.1 
examples to this test suite is highly appreciated.
+These unit tests contain, XSD 1.1 examples written by Roger L. Costello 
(coste...@mitre.org), and have been included
+here with the permission from author. Roger's contributions of useful XSD 1.1 
examples to this test suite is highly appreciated.
 Roger has been an active contributor to the XML Schema standards work.
\ No newline at end of file



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



svn commit: r1856296 - /xerces/site/trunk/production/xml-commons/index.html

2019-03-26 Thread mukulg
Author: mukulg
Date: Tue Mar 26 10:56:01 2019
New Revision: 1856296

URL: http://svn.apache.org/viewvc?rev=1856296=rev
Log:
corrections to mailing list references for xml commons

Modified:
xerces/site/trunk/production/xml-commons/index.html

Modified: xerces/site/trunk/production/xml-commons/index.html
URL: 
http://svn.apache.org/viewvc/xerces/site/trunk/production/xml-commons/index.html?rev=1856296=1856295=1856296=diff
==
--- xerces/site/trunk/production/xml-commons/index.html (original)
+++ xerces/site/trunk/production/xml-commons/index.html Tue Mar 26 10:56:01 2019
@@ -476,24 +476,24 @@ documentation.
 
 How can I find out more?
 
-We have a project mailing list ... commons-devatxml.apache.org
+We have a project mailing list ... 
xml-commons-devatxerces.apache.org
 ... Ask your questions or bring your suggestions there,
-or to generalatxml.apache.org
+or to generalatxerces.apache.org
 
 
 
-To subscribe to commons-dev
-... commons-dev-subscribeatxml.apache.org
+To subscribe to xml-commons-dev
+... xml-commons-dev-subscribeatxerces.apache.org
 
-To un-subscribe from commons-dev
-... commons-dev-unsubscribeatxml.apache.org
+To un-subscribe from xml-commons-dev
+... xml-commons-dev-unsubscribeatxerces.apache.org
 
-To send an email to commons-dev
-... commons-devatxml.apache.org
+To send an email to xml-commons-dev
+... xml-commons-devatxerces.apache.org
 
 
 To help you keep up with the changes to the repository,
-  subscribe to ... commons-cvsatxml.apache.org
+  subscribe to ... commitsatxerces.apache.org
 
 
 



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



svn commit: r1856280 - /xerces/site/trunk/production/xml-commons/index.html

2019-03-26 Thread mukulg
Author: mukulg
Date: Tue Mar 26 10:21:19 2019
New Revision: 1856280

URL: http://svn.apache.org/viewvc?rev=1856280=rev
Log:
fixing few links on the documentation page

Modified:
xerces/site/trunk/production/xml-commons/index.html

Modified: xerces/site/trunk/production/xml-commons/index.html
URL: 
http://svn.apache.org/viewvc/xerces/site/trunk/production/xml-commons/index.html?rev=1856280=1856279=1856280=diff
==
--- xerces/site/trunk/production/xml-commons/index.html (original)
+++ xerces/site/trunk/production/xml-commons/index.html Tue Mar 26 10:21:19 2019
@@ -147,10 +147,10 @@ document.write("Last Published:
 
 
-
+
 Welcome to xml-commons
 
 
@@ -502,9 +502,9 @@ or to generalatxml.apache.org
 Where can I get the source code?
 
 The xml-commons source code is available through the
-http://svn.apache.org/repos/asf/xml/commons/;>ASF Subversion 
repository
+http://svn.apache.org/repos/asf/xerces/xml-commons/;>ASF Subversion 
repository
 or
-http://svn.apache.org/viewvc/xml/commons/;>browse.
+http://svn.apache.org/viewvc/xerces/xml-commons/;>browse.
 See
 http://www.apache.org/dev/#svn;>SVN overview.
 



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



svn commit: r1854510 - /xerces/java/branches/xs-1.1-tests/src/org/apache/xerces/tests/AssertionTests.java

2019-02-28 Thread mukulg
Author: mukulg
Date: Thu Feb 28 09:36:31 2019
New Revision: 1854510

URL: http://svn.apache.org/viewvc?rev=1854510=rev
Log:
corrections to few Xerces XSD 1.1 test cases, as per implementation 
improvements in the previous commit

Modified:

xerces/java/branches/xs-1.1-tests/src/org/apache/xerces/tests/AssertionTests.java

Modified: 
xerces/java/branches/xs-1.1-tests/src/org/apache/xerces/tests/AssertionTests.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xs-1.1-tests/src/org/apache/xerces/tests/AssertionTests.java?rev=1854510=1854509=1854510=diff
==
--- 
xerces/java/branches/xs-1.1-tests/src/org/apache/xerces/tests/AssertionTests.java
 (original)
+++ 
xerces/java/branches/xs-1.1-tests/src/org/apache/xerces/tests/AssertionTests.java
 Thu Feb 28 09:36:31 2019
@@ -2073,7 +2073,7 @@ public class AssertionTests extends Xerc
 List expectedMsgList = new ArrayList();
 FailureMesgFragments mesgFragments = new FailureMesgFragments();
 mesgFragments.setMessageFragment("cvc-assertion: Assertion 
evaluation ('countxx(a) gt 1') for element 'X' on schema type '#AnonType_X' did 
not succeed");
-mesgFragments.setMessageFragment("XPST0017 - Function does not 
exist: countxx arity: 1");
+mesgFragments.setMessageFragment("XPST0017 : Function does not 
exist: countxx arity: 1");
 expectedMsgList.add(mesgFragments);
 assertTrue(areErrorMessagesConsistent(expectedMsgList));
} catch(Exception ex) {
@@ -2095,11 +2095,11 @@ public class AssertionTests extends Xerc
 List expectedMsgList = new ArrayList();
 FailureMesgFragments mesgFragments = new FailureMesgFragments();
 mesgFragments.setMessageFragment("cvc-assertions-valid: Value 
'100' is not facet-valid with respect to assertion '. = 100'");
-mesgFragments.setMessageFragment("XPDY0002 - Context is 
undefined");
+mesgFragments.setMessageFragment("XPDY0002 : Context is 
undefined");
 expectedMsgList.add(mesgFragments);
 mesgFragments = new FailureMesgFragments();
 mesgFragments.setMessageFragment("cvc-assertion: Assertion 
evaluation ('. = 100') for element 'X' on schema type '#AnonType_X' did not 
succeed");
-mesgFragments.setMessageFragment("XPDY0002 - Context is 
undefined");
+mesgFragments.setMessageFragment("XPDY0002 : Context is 
undefined");
 expectedMsgList.add(mesgFragments);
 assertTrue(areErrorMessagesConsistent(expectedMsgList));
} catch(Exception ex) {
@@ -2121,7 +2121,7 @@ public class AssertionTests extends Xerc
 List expectedMsgList = new ArrayList();
 FailureMesgFragments mesgFragments = new FailureMesgFragments();
 mesgFragments.setMessageFragment("cvc-assertion: Assertion 
evaluation ('xx:my = 'http://xx'') for element 'X' on schema type '#AnonType_X' 
did not succeed");
-mesgFragments.setMessageFragment("XPST0081 - Unknown prefix: xx");
+mesgFragments.setMessageFragment("XPST0081 : Unknown prefix: xx");
 expectedMsgList.add(mesgFragments);
 assertTrue(areErrorMessagesConsistent(expectedMsgList));
} catch(Exception ex) {
@@ -2474,16 +2474,16 @@ public class AssertionTests extends Xerc
 // test expected error messages
 List expectedMsgList = new ArrayList();
 FailureMesgFragments mesgFragments = new FailureMesgFragments();
-mesgFragments.setMessageFragment("Value '' is not facet-valid with 
respect to assertion '1 eq '1''. XPTY0004 - Value does not match a required 
type");
+mesgFragments.setMessageFragment("Value '' is not facet-valid with 
respect to assertion '1 eq '1''. XPTY0004 : Value does not match a required 
type");
 expectedMsgList.add(mesgFragments);
 mesgFragments = new FailureMesgFragments();
-mesgFragments.setMessageFragment("Assertion evaluation ('1 eq 
'1'') for element 'emptydoc' on schema type '#AnonType_emptydoc' did not 
succeed. XPTY0004 - Value does not match a required type");
+mesgFragments.setMessageFragment("Assertion evaluation ('1 eq 
'1'') for element 'emptydoc' on schema type '#AnonType_emptydoc' did not 
succeed. XPTY0004 : Value does not match a required type");
 expectedMsgList.add(mesgFragments);
 mesgFragments = new FailureMesgFragments();
-mesgFragments.setMessageFragment("Value '' is not facet-valid with 
respect to assertion ''1' eq 1'. XPTY0004 - Value does not match a required 
type");
+mesgFragments.setMessageFragment("Value '' is not facet-val

svn commit: r1854509 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathXPath2Impl.java

2019-02-28 Thread mukulg
Author: mukulg
Date: Thu Feb 28 09:34:35 2019
New Revision: 1854509

URL: http://svn.apache.org/viewvc?rev=1854509=rev
Log:
XSD 1.1 validation: minor improvements to assert error messages

Modified:

xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathXPath2Impl.java

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathXPath2Impl.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathXPath2Impl.java?rev=1854509=1854508=1854509=diff
==
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathXPath2Impl.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathXPath2Impl.java
 Thu Feb 28 09:34:35 2019
@@ -703,10 +703,10 @@ public class XMLAssertPsychopathXPath2Im
 String exceptionMesg = "";
 Exception exception = assertError.getException();
 if (exception instanceof DynamicError) {
-exceptionMesg = ((DynamicError) exception).code() + " - " + 
((DynamicError) exception).getMessage();   
+exceptionMesg = ((DynamicError) exception).code() + " : " + 
((DynamicError) exception).getMessage();   
 }
 else if (exception instanceof StaticError) {
-exceptionMesg = ((StaticError) exception).code() + " - " + 
((StaticError) exception).getMessage();
+exceptionMesg = ((StaticError) exception).code() + " : " + 
((StaticError) exception).getMessage();
 }
 if (!"".equals(exceptionMesg) && !exceptionMesg.endsWith(".")) {
 exceptionMesg = exceptionMesg + ".";  



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



svn commit: r1852094 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: AbstractPsychoPathXPath2Impl.java XMLAssertPsychopathXPath2Impl.java

2019-01-24 Thread mukulg
Author: mukulg
Date: Fri Jan 25 05:52:55 2019
New Revision: 1852094

URL: http://svn.apache.org/viewvc?rev=1852094=rev
Log:
minor changes to javadocs comments

Modified:

xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathXPath2Impl.java

xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathXPath2Impl.java

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathXPath2Impl.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathXPath2Impl.java?rev=1852094=1852093=1852094=diff
==
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathXPath2Impl.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/AbstractPsychoPathXPath2Impl.java
 Fri Jan 25 05:52:55 2019
@@ -52,7 +52,8 @@ import org.w3c.dom.Document;
 import org.w3c.dom.Element;
 
 /**
- * A class providing common services for XPath expression evaluation, with 
'PsychoPath XPath 2.0' engine.
+ * A class providing common services for XPath expression evaluation, with 
+ * "PsychoPath XPath 2.0" engine 
(https://wiki.eclipse.org/PsychoPathXPathProcessor).
  * 
  * @xerces.internal
  * 

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathXPath2Impl.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathXPath2Impl.java?rev=1852094=1852093=1852094=diff
==
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathXPath2Impl.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathXPath2Impl.java
 Fri Jan 25 05:52:55 2019
@@ -59,9 +59,9 @@ import org.w3c.dom.Document;
 import org.w3c.dom.Element;
 
 /**
- * Class implementing an XPath interface for XML Schema 1.1 "assertions" 
evaluation.
- * This class interfaces with the "Eclipse/PsychoPath XPath 2.0" engine for 
XPath 
- * expression evaluations for XSD assertions.
+ * A class implementing an XPath interface for XML Schema 1.1 "assertions" 
evaluation. This class interfaces with 
+ * the "PsychoPath XPath 2.0" engine 
(https://wiki.eclipse.org/PsychoPathXPathProcessor) for XPath expression 
+ * evaluations for XSD assertions.
  * 
  * An instance of this class constructs Xerces PSVI enabled DOM trees (which 
are in-memory XDM 
  * representation for PsychoPath XPath 2.0 engine) from XNI event calls. XSD 
assertions 



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



svn commit: r1842774 - in /xerces/java: branches/xml-schema-1.1-dev/docs/releases.xml trunk/docs/releases.xml

2018-10-04 Thread mukulg
Author: mukulg
Date: Thu Oct  4 06:13:25 2018
New Revision: 1842774

URL: http://svn.apache.org/viewvc?rev=1842774=rev
Log:
minor changes to release notes, for XercesJ2 2.12.0 release

Modified:
xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml
xerces/java/trunk/docs/releases.xml

Modified: xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml?rev=1842774=1842773=1842774=diff
==
--- xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml Thu Oct  4 
06:13:25 2018
@@ -65,6 +65,14 @@



+   Fixed possible security issue: an implementation of the 
NamedNodeMapImpl class in the JAXP component did not 
+   limit the amount of memory allocated when creating object 
instance from a serialized form. A specially-crafted 
+   input could cause a java application to use an excessive amount 
of memory when deserialized.
+   
+   
+   
+   
+   
Implemented minor and major fixes in certain areas, to XML 
Schema 1.0 and 1.1 implementations.



Modified: xerces/java/trunk/docs/releases.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/docs/releases.xml?rev=1842774=1842773=1842774=diff
==
--- xerces/java/trunk/docs/releases.xml (original)
+++ xerces/java/trunk/docs/releases.xml Thu Oct  4 06:13:25 2018
@@ -65,6 +65,14 @@



+   Fixed possible security issue: an implementation of the 
NamedNodeMapImpl class in the JAXP component did not 
+   limit the amount of memory allocated when creating object 
instance from a serialized form. A specially-crafted 
+   input could cause a java application to use an excessive amount 
of memory when deserialized.
+   
+   
+   
+   
+   
Implemented minor and major fixes in certain areas, to XML 
Schema 1.0 and 1.1 implementations.





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



svn commit: r1842775 - /xerces/site/trunk/production/xerces2-j/releases.html

2018-10-04 Thread mukulg
Author: mukulg
Date: Thu Oct  4 06:14:53 2018
New Revision: 1842775

URL: http://svn.apache.org/viewvc?rev=1842775=rev
Log:
minor changes to release notes, for XercesJ2 2.12.0 release. making updates to 
site

Modified:
xerces/site/trunk/production/xerces2-j/releases.html

Modified: xerces/site/trunk/production/xerces2-j/releases.html
URL: 
http://svn.apache.org/viewvc/xerces/site/trunk/production/xerces2-j/releases.html?rev=1842775=1842774=1842775=diff
==
--- xerces/site/trunk/production/xerces2-j/releases.html (original)
+++ xerces/site/trunk/production/xerces2-j/releases.html Thu Oct  4 06:14:53 
2018
@@ -75,6 +75,12 @@

  [Mukul Gandhi]
 
+   Fixed possible security issue: an implementation of the 
NamedNodeMapImpl class in the JAXP component did not 
+   limit the amount of memory allocated when creating object 
instance from a serialized form. A specially-crafted 
+   input could cause a java application to use an excessive amount 
of memory when deserialized.
+   
+ [David Dillard, Michael Glavassevich, Mukul Gandhi]
+
Implemented minor and major fixes in certain areas, to XML 
Schema 1.0 and 1.1 implementations.

  [Michael Glavassevich, Khaled Noaman, Sandy Gao, Mukul Gandhi]



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



svn commit: r1841652 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: XMLSchemaValidator.java XMLSchemaValidatorBase.java XSDAssertionValidator.java XSValidatorHelper.java

2018-09-22 Thread mukulg
Author: mukulg
Date: Sat Sep 22 06:19:22 2018
New Revision: 1841652

URL: http://svn.apache.org/viewvc?rev=1841652=rev
Log:
minor refactoring, and cosmetic change of comment text. this is only needed on 
XSD 1.1 branch

Added:

xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidatorBase.java
  - copied, changed from r1831672, 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSValidatorHelper.java
Removed:

xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSValidatorHelper.java
Modified:

xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java

xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSDAssertionValidator.java

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java?rev=1841652=1841651=1841652=diff
==
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java
 Sat Sep 22 06:19:22 2018
@@ -98,7 +98,7 @@ import org.xml.sax.SAXNotSupportedExcept
  * @author Neeraj Bajaj, Sun Microsystems, inc.
  * @version $Id$
  */
-public class XMLSchemaValidator extends XSValidatorHelper implements 
XMLComponent, XMLDocumentFilter, RevalidationHandler {
+public class XMLSchemaValidator extends XMLSchemaValidatorBase implements 
XMLComponent, XMLDocumentFilter, RevalidationHandler {
 
 //
 // XMLComponent methods

Copied: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidatorBase.java
 (from r1831672, 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSValidatorHelper.java)
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidatorBase.java?p2=xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidatorBase.java=xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSValidatorHelper.java=1831672=1841652=1841652=diff
==
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSValidatorHelper.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidatorBase.java
 Sat Sep 22 06:19:22 2018
@@ -82,11 +82,12 @@ import org.apache.xerces.xs.datatypes.Ob
  * @author Elena Litani IBM
  * @author Andy Clark IBM
  * @author Neeraj Bajaj, Sun Microsystems, inc.
+ * @author Mukul Gandhi IBM
  * @version $Id$
  */
-public class XSValidatorHelper implements XSElementDeclHelper, FieldActivator {
+public class XMLSchemaValidatorBase implements XSElementDeclHelper, 
FieldActivator {
 
-protected XSValidatorHelper() {
+protected XMLSchemaValidatorBase() {
// NO OP  
 }
 
@@ -2011,4 +2012,4 @@ public class XSValidatorHelper implement
 return fInheritableAttrList;
 }
 
-} // XSValidatorHelper
\ No newline at end of file
+} // XMLSchemaValidatorBase
\ No newline at end of file

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSDAssertionValidator.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSDAssertionValidator.java?rev=1841652=1841651=1841652=diff
==
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSDAssertionValidator.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSDAssertionValidator.java
 Sat Sep 22 06:19:22 2018
@@ -65,7 +65,7 @@ public class XSDAssertionValidator {
 // assertion processor object reference
 XMLAssertHandler fAssertionProcessor = null;
 
-// control variable to track if attributes on current element, have 
assertions.
+// variable to track if attributes on current element, have assertions.
 boolean fAttributesHaveAsserts = false;
 
 



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



svn commit: r1838308 - in /xerces/java: branches/xml-schema-1.1-dev/samples/jaxp/SourceValidator.java trunk/samples/jaxp/SourceValidator.java

2018-08-17 Thread mukulg
Author: mukulg
Date: Sat Aug 18 05:47:11 2018
New Revision: 1838308

URL: http://svn.apache.org/viewvc?rev=1838308=rev
Log:
minor and trivial source code formatting improvement

Modified:
xerces/java/branches/xml-schema-1.1-dev/samples/jaxp/SourceValidator.java
xerces/java/trunk/samples/jaxp/SourceValidator.java

Modified: 
xerces/java/branches/xml-schema-1.1-dev/samples/jaxp/SourceValidator.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/samples/jaxp/SourceValidator.java?rev=1838308=1838307=1838308=diff
==
--- xerces/java/branches/xml-schema-1.1-dev/samples/jaxp/SourceValidator.java 
(original)
+++ xerces/java/branches/xml-schema-1.1-dev/samples/jaxp/SourceValidator.java 
Sat Aug 18 05:47:11 2018
@@ -67,8 +67,7 @@ import org.xml.sax.helpers.XMLReaderFact
  *
  * @version $Id$
  */
-public class SourceValidator 
-implements ErrorHandler {
+public class SourceValidator implements ErrorHandler {
 
 //
 // Constants

Modified: xerces/java/trunk/samples/jaxp/SourceValidator.java
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/samples/jaxp/SourceValidator.java?rev=1838308=1838307=1838308=diff
==
--- xerces/java/trunk/samples/jaxp/SourceValidator.java (original)
+++ xerces/java/trunk/samples/jaxp/SourceValidator.java Sat Aug 18 05:47:11 2018
@@ -67,8 +67,7 @@ import org.xml.sax.helpers.XMLReaderFact
  *
  * @version $Id$
  */
-public class SourceValidator 
-implements ErrorHandler {
+public class SourceValidator implements ErrorHandler {
 
 //
 // Constants



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



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

2018-06-29 Thread mukulg
Author: mukulg
Date: Fri Jun 29 16:54:56 2018
New Revision: 1834699

URL: http://svn.apache.org/viewvc?rev=1834699=rev
Log:
fixing a minor typo during previous commit

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

Modified: xerces/java/branches/xml-schema-1.1-dev/docs/api.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/api.xml?rev=1834699=1834698=1834699=diff
==
--- xerces/java/branches/xml-schema-1.1-dev/docs/api.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/api.xml Fri Jun 29 16:54:56 
2018
@@ -197,7 +197,7 @@
Other Classes
   
  
- 
+ 
   
Xerces-J's XML Schema 1.1 API documentation, would have some differences as 
compared to 
API documentation of XML Schema 1.0 implementation. To view the API 
documentation of

Modified: xerces/java/trunk/docs/api.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/docs/api.xml?rev=1834699=1834698=1834699=diff
==
--- xerces/java/trunk/docs/api.xml (original)
+++ xerces/java/trunk/docs/api.xml Fri Jun 29 16:54:56 2018
@@ -197,7 +197,7 @@
Other Classes
   
  
- 
+ 
   
Xerces-J's XML Schema 1.1 API documentation, would have some differences as 
compared to 
API documentation of XML Schema 1.0 implementation. To view the API 
documentation of

Modified: xerces/site/trunk/production/xerces2-j/api.html
URL: 
http://svn.apache.org/viewvc/xerces/site/trunk/production/xerces2-j/api.html?rev=1834699=1834698=1834699=diff
==
--- xerces/site/trunk/production/xerces2-j/api.html (original)
+++ xerces/site/trunk/production/xerces2-j/api.html Fri Jun 29 16:54:56 2018
@@ -224,7 +224,7 @@
Other Classes
   
  
- XML Schema 1.1 API documentation
+ XML Schema 1.1 API Documentation
   
Xerces-J's XML Schema 1.1 API documentation, would have some differences as 
compared to 
API documentation of XML Schema 1.0 implementation. To view the API 
documentation of



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



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

2018-06-29 Thread mukulg
Author: mukulg
Date: Fri Jun 29 06:01:39 2018
New Revision: 1834650

URL: http://svn.apache.org/viewvc?rev=1834650=rev
Log:
making few changes to API documentation HTML information. Committing the 
meta-data, and HTML for the site.

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

Modified: xerces/java/branches/xml-schema-1.1-dev/docs/api.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/api.xml?rev=1834650=1834649=1834650=diff
==
--- xerces/java/branches/xml-schema-1.1-dev/docs/api.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/api.xml Fri Jun 29 06:01:39 
2018
@@ -158,7 +158,9 @@
specification defines a set of interfaces for accessing and querying the 
post schema 
validation infoset (PSVI) defined in 
http://www.w3.org/TR/xmlschema-1/#PSVI_contributions;>Contributions 
-   to the post-schema-validation infoset (Appendix C.2). These 
interfaces
+   to the post-schema-validation infoset (Appendix C.2) [XML Schema 
1.0] and 
+   http://www.w3.org/TR/xmlschema11-1/#PSVI_contributions;>Contributions 
+   to the post-schema-validation infoset (Appendix B.2) [XML Schema 
1.1]. These interfaces
provide access to the XML Schema components, which follow as a consequence 
of 
validation and/or assessment and also provide a means for accessing the 
PSVI 
from a document instance.
@@ -195,4 +197,12 @@
Other Classes
   
  
+ 
+  
+   Xerces-J's XML Schema 1.1 API documentation, would have some differences as 
compared to 
+   API documentation of XML Schema 1.0 implementation. To view the API 
documentation of
+   Xerces-J's XML Schema 1.1 implementation, the reader would have to view 
'docs' folder within our
+   XML Schema 1.1 download package.
+  
+ 
 

Modified: xerces/java/trunk/docs/api.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/docs/api.xml?rev=1834650=1834649=1834650=diff
==
--- xerces/java/trunk/docs/api.xml (original)
+++ xerces/java/trunk/docs/api.xml Fri Jun 29 06:01:39 2018
@@ -158,7 +158,9 @@
specification defines a set of interfaces for accessing and querying the 
post schema 
validation infoset (PSVI) defined in 
http://www.w3.org/TR/xmlschema-1/#PSVI_contributions;>Contributions 
-   to the post-schema-validation infoset (Appendix C.2). These 
interfaces
+   to the post-schema-validation infoset (Appendix C.2) [XML Schema 
1.0] and 
+   http://www.w3.org/TR/xmlschema11-1/#PSVI_contributions;>Contributions 
+   to the post-schema-validation infoset (Appendix B.2) [XML Schema 
1.1]. These interfaces
provide access to the XML Schema components, which follow as a consequence 
of 
validation and/or assessment and also provide a means for accessing the 
PSVI 
from a document instance.
@@ -195,4 +197,12 @@
Other Classes
   
  
+ 
+  
+   Xerces-J's XML Schema 1.1 API documentation, would have some differences as 
compared to 
+   API documentation of XML Schema 1.0 implementation. To view the API 
documentation of
+   Xerces-J's XML Schema 1.1 implementation, the reader would have to view 
'docs' folder within our
+   XML Schema 1.1 download package.
+  
+ 
 

Modified: xerces/site/trunk/production/xerces2-j/api.html
URL: 
http://svn.apache.org/viewvc/xerces/site/trunk/production/xerces2-j/api.html?rev=1834650=1834649=1834650=diff
==
--- xerces/site/trunk/production/xerces2-j/api.html (original)
+++ xerces/site/trunk/production/xerces2-j/api.html Fri Jun 29 06:01:39 2018
@@ -185,7 +185,9 @@
specification defines a set of interfaces for accessing and querying the 
post schema 
validation infoset (PSVI) defined in 
http://www.w3.org/TR/xmlschema-1/#PSVI_contributions;>Contributions 
-   to the post-schema-validation infoset (Appendix C.2). These interfaces
+   to the post-schema-validation infoset (Appendix C.2) [XML Schema 1.0] 
and 
+   http://www.w3.org/TR/xmlschema11-1/#PSVI_contributions;>Contributions 
+   to the post-schema-validation infoset (Appendix B.2) [XML Schema 1.1]. 
These interfaces
provide access to the XML Schema components, which follow as a consequence 
of 
validation and/or assessment and also provide a means for accessing the 
PSVI 
from a document instance.
@@ -222,6 +224,14 @@
Other Classes
   
  
+ XML Schema 1.1 API documentation
+  
+   Xerces-J's XML Schema 1.1 API documentation, would have some differences as 
compared to 
+   API documentation of XML Schema 1.0 implementation. To view the API 
documentation of
+   Xerces-J's XML Schema 1.1 implementation, the reader would have to view 
'docs' folder within our
+   XML Schema 1.1 download package.
+  
+ 
 
   Copyright  19

svn commit: r1834592 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDAttributeTraverser.java

2018-06-28 Thread mukulg
Author: mukulg
Date: Thu Jun 28 10:21:00 2018
New Revision: 1834592

URL: http://svn.apache.org/viewvc?rev=1834592=rev
Log:
committing fix for the issue XERCESJ-1698

Modified:

xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDAttributeTraverser.java

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDAttributeTraverser.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDAttributeTraverser.java?rev=1834592=1834591=1834592=diff
==
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDAttributeTraverser.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDAttributeTraverser.java
 Thu Jun 28 10:21:00 2018
@@ -184,7 +184,7 @@ class XSDAttributeTraverser extends XSDA
 
 // 5 If fixed and use are both present, use must not have the actual 
value prohibited
 if (consType == XSConstants.VC_FIXED &&
-useAtt != null && useAtt.intValue() == 
SchemaSymbols.USE_PROHIBITED) {
+useAtt != null && useAtt.intValue() == 
SchemaSymbols.USE_PROHIBITED && fSchemaHandler.fSchemaVersion == 
Constants.SCHEMA_VERSION_1_1) {
 reportSchemaError("src-attribute.5", new Object[]{nameAtt}, 
attrDecl);
 // Recover by honouring the default value
 attrUse.fUse = SchemaSymbols.USE_OPTIONAL;



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



svn commit: r1833976 - /xerces/site/trunk/production/images/apache-xerces.png

2018-06-20 Thread mukulg
Author: mukulg
Date: Thu Jun 21 04:27:10 2018
New Revision: 1833976

URL: http://svn.apache.org/viewvc?rev=1833976=rev
Log:
committing new Xerces logo with TM

Modified:
xerces/site/trunk/production/images/apache-xerces.png

Modified: xerces/site/trunk/production/images/apache-xerces.png
URL: 
http://svn.apache.org/viewvc/xerces/site/trunk/production/images/apache-xerces.png?rev=1833976=1833975=1833976=diff
==
Binary files - no diff available.



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



svn commit: r1831753 - /xerces/site/trunk/production/xerces2-j/features.html

2018-05-16 Thread mukulg
Author: mukulg
Date: Thu May 17 05:06:08 2018
New Revision: 1831753

URL: http://svn.apache.org/viewvc?rev=1831753=rev
Log:
updating the Xerces-J features html page on the site, for 2.12.0 release

Modified:
xerces/site/trunk/production/xerces2-j/features.html

Modified: xerces/site/trunk/production/xerces2-j/features.html
URL: 
http://svn.apache.org/viewvc/xerces/site/trunk/production/xerces2-j/features.html?rev=1831753=1831752=1831753=diff
==
--- xerces/site/trunk/production/xerces2-j/features.html (original)
+++ xerces/site/trunk/production/xerces2-j/features.html Thu May 17 05:06:08 
2018
@@ -492,6 +492,57 @@ catch (SAXException e) {
   See:
   http://apache.org/xml/features/validation/schema
   
+  http://apache.org/xml/features/validation/cta-f
 ull-xpath-checkingTrue:
+  Enable XSD 1.1 CTA full XPath 2.0 checking.
+  False:
+  Disable XSD 1.1 CTA full XPath 2.0 checking.
+  Default:
+  false
+  Access:
+  
+   (parsing) read-only;
+  
+   (not parsing) read-write;
+  
+  Since:
+  Xerces-J 2.12.0
+  Note:
+  
+ Setting this feature to 'true', would allow CTA XPath expressions to have 
full XPath 2.0 syntax. The default
+ is to recognize the CTA XPath subset, defined by XSD 1.1 language. If the 
CTA XPath expressions in a schema document
+ falls within the XPath subset, then the use of default Xerces CTA XPath 
processor may result in an efficient schema 
+ processing. 
+   
+  See:
+  http://xml.org/sax/features/validation
+  See:
+  http://apache.org/xml/features/validation/schema
+  
+  http://apache.org/xml/features/validation/
 assert-comments-and-pi-checkingTrue:
+  Enable occurrence of comments and PIs within XPath Data Model (XDM) 
instance, for XSD 1.1 assertion processing.
+  False:
+  Disable occurrence of comments and PIs within XPath Data Model (XDM) 
instance, for XSD 1.1 assertion processing.
+  Default:
+  false
+  Access:
+  
+   (parsing) read-only;
+  
+   (not parsing) read-write;
+  
+  Since:
+  Xerces-J 2.12.0
+  Note:
+  
+ Setting this feature to 'true', would allow assertions to access comments 
and PIs from an XML instance document
+ and correspondingly test for their absence, presence or do string 
processing on them for the purpose of XSD 
+ validation.
+   
+  See:
+  http://xml.org/sax/features/validation
+  See:
+  http://apache.org/xml/features/validation/schema
+  
   http://apache.org/xml/features/validation/unparsed
 -entity-checkingTrue:
   Check that each value of type ENTITY matches the name of an unparsed 
entity declared in the DTD.
   False:



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



svn commit: r1831752 - in /xerces/java: branches/xml-schema-1.1-dev/docs/features.xml trunk/docs/features.xml

2018-05-16 Thread mukulg
Author: mukulg
Date: Thu May 17 05:00:37 2018
New Revision: 1831752

URL: http://svn.apache.org/viewvc?rev=1831752=rev
Log:
writing few Xerces-J XSD 1.1 feature details, that were developed for 2.12.0 
release

Modified:
xerces/java/branches/xml-schema-1.1-dev/docs/features.xml
xerces/java/trunk/docs/features.xml

Modified: xerces/java/branches/xml-schema-1.1-dev/docs/features.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/features.xml?rev=1831752=1831751=1831752=diff
==
--- xerces/java/branches/xml-schema-1.1-dev/docs/features.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/features.xml Thu May 17 
05:00:37 2018
@@ -330,7 +330,7 @@ catch (SAXException e) {

  Setting this feature to 'true', would allow CTA XPath expressions to have 
full XPath 2.0 syntax. The default
  is to recognize the CTA XPath subset, defined by XSD 1.1 language. If the 
CTA XPath expressions in a schema document
- fall within the subset, then the use of default Xerces CTA XPath 
processor may result in an efficient schema 
+ falls within the XPath subset, then the use of default Xerces CTA XPath 
processor may result in an efficient schema 
  processing. 


@@ -338,8 +338,8 @@ catch (SAXException e) {
   
   
-   Enable occurrence of comments and PIs within XDM model instance, for 
XSD 1.1 assertion processing.
-   Disable occurrence of comments and PIs within XDM model instance, 
for XSD 1.1 assertion processing.
+   Enable occurrence of comments and PIs within XPath Data Model (XDM) 
instance, for XSD 1.1 assertion processing.
+   Disable occurrence of comments and PIs within XPath Data Model (XDM) 
instance, for XSD 1.1 assertion processing.




Modified: xerces/java/trunk/docs/features.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/docs/features.xml?rev=1831752=1831751=1831752=diff
==
--- xerces/java/trunk/docs/features.xml (original)
+++ xerces/java/trunk/docs/features.xml Thu May 17 05:00:37 2018
@@ -320,6 +320,37 @@ catch (SAXException e) {


   
+  
+   Enable XSD 1.1 CTA full XPath 2.0 checking.
+   Disable XSD 1.1 CTA full XPath 2.0 checking.
+   
+   
+   
+   
+ Setting this feature to 'true', would allow CTA XPath expressions to have 
full XPath 2.0 syntax. The default
+ is to recognize the CTA XPath subset, defined by XSD 1.1 language. If the 
CTA XPath expressions in a schema document
+ falls within the XPath subset, then the use of default Xerces CTA XPath 
processor may result in an efficient schema 
+ processing. 
+   
+   
+   
+  
+  
+   Enable occurrence of comments and PIs within XPath Data Model (XDM) 
instance, for XSD 1.1 assertion processing.
+   Disable occurrence of comments and PIs within XPath Data Model (XDM) 
instance, for XSD 1.1 assertion processing.
+   
+   
+   
+   
+ Setting this feature to 'true', would allow assertions to access comments 
and PIs from an XML instance document
+ and correspondingly test for their absence, presence or do string 
processing on them for the purpose of XSD 
+ validation.
+   
+   
+   
+  
   
Check that each value of type ENTITY matches the name of an unparsed 
entity declared in the DTD.



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



svn commit: r1831672 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSValidatorHelper.java

2018-05-15 Thread mukulg
Author: mukulg
Date: Wed May 16 04:52:00 2018
New Revision: 1831672

URL: http://svn.apache.org/viewvc?rev=1831672=rev
Log:
minor changes to class comments

Modified:

xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSValidatorHelper.java

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSValidatorHelper.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSValidatorHelper.java?rev=1831672=1831671=1831672=diff
==
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSValidatorHelper.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSValidatorHelper.java
 Wed May 16 04:52:00 2018
@@ -71,9 +71,10 @@ import org.apache.xerces.xs.datatypes.Ob
 
 /**
  * 
- * A class providing functionalities and object state data to XML Schema 
validator. Important
- * functionalities provided by this class are IDC constraint primitives, 
schema error handling
- * routines and CTA/assertion interfaces with the XML Schema validator.
+ * A class providing certain functionalities and has validation session data 
for the 
+ * XML Schema validator. Important functionalities provided by this class are 
IDC constraint 
+ * implementation, schema error handling routines and CTA/assertion interfaces 
with the 
+ * XML Schema validator.
  * 
  * @xerces.internal
  * 



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



svn commit: r1831537 - /xerces/site/trunk/production/xerces2-j/releases.html

2018-05-14 Thread mukulg
Author: mukulg
Date: Mon May 14 06:20:21 2018
New Revision: 1831537

URL: http://svn.apache.org/viewvc?rev=1831537=rev
Log:
minor changes to release info html content on the site for 2.12.0 release

Modified:
xerces/site/trunk/production/xerces2-j/releases.html

Modified: xerces/site/trunk/production/xerces2-j/releases.html
URL: 
http://svn.apache.org/viewvc/xerces/site/trunk/production/xerces2-j/releases.html?rev=1831537=1831536=1831537=diff
==
--- xerces/site/trunk/production/xerces2-j/releases.html (original)
+++ xerces/site/trunk/production/xerces2-j/releases.html Mon May 14 06:20:21 
2018
@@ -46,9 +46,9 @@
 
   Xerces-J 2.12.0
 
- This release expands on Xerces-J's experimental support for XML Schema 1.1
-  by providing a fully compliant XML Schema 1.1 implementation. It fixes 
several bugs 
-  which were present in Xerces-J 2.11.0 and also includes a few other 
minor enhancements.  
+ This release expands on Xerces-J's experimental support for XML Schema 
1.1 by providing a 
+ fully compliant XML Schema 1.1 implementation. It fixes several bugs 
which were present in 
+ Xerces-J 2.11.0 and also includes a few other enhancements and 
performance improvements.  
 

Report all id/idref problems when validating XML against DTD or XML 
Schema.
@@ -95,10 +95,9 @@

  [Michael Glavassevich]
 
-  Octavian and Radu, from Oxygen XML Editor team have contributed much 
by way of intimating numerous bugs
-  and implementation ideas, for Xerces-J's XML Schema 1.0 and 1.1 
implementations.
+  Fixed various bugs and made various improvements.

- [Octavian Nadolu, Radu Coravu]
+ [Mukul Gandhi, Jorge L. Williams, Octavian Nadolu, Radu Coravu]
 
   Xerces-J 2.11.0
 



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



svn commit: r1830738 - /xerces/site/trunk/production/news.html

2018-05-02 Thread mukulg
Author: mukulg
Date: Wed May  2 10:06:14 2018
New Revision: 1830738

URL: http://svn.apache.org/viewvc?rev=1830738=rev
Log:
adding minor HTML information to news.html

Modified:
xerces/site/trunk/production/news.html

Modified: xerces/site/trunk/production/news.html
URL: 
http://svn.apache.org/viewvc/xerces/site/trunk/production/news.html?rev=1830738=1830737=1830738=diff
==
--- xerces/site/trunk/production/news.html (original)
+++ xerces/site/trunk/production/news.html Wed May  2 10:06:14 2018
@@ -215,6 +215,7 @@ document.write("Last Published: " + docu
 
 Committers should feel free to update these pages with relevant
 news about their projects.
+
 Xerces-J 2.12.0 released (30 April 2018)
 
  Xerces-J 2.12.0 is now available from the Xerces-J  http://xerces.apache.org/xerces2-j/;>site.



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



svn commit: r1830737 - /xerces/site/trunk/production/news.html

2018-05-02 Thread mukulg
Author: mukulg
Date: Wed May  2 09:58:24 2018
New Revision: 1830737

URL: http://svn.apache.org/viewvc?rev=1830737=rev
Log:
modifying copyright year in file news.html

Modified:
xerces/site/trunk/production/news.html

Modified: xerces/site/trunk/production/news.html
URL: 
http://svn.apache.org/viewvc/xerces/site/trunk/production/news.html?rev=1830737=1830736=1830737=diff
==
--- xerces/site/trunk/production/news.html (original)
+++ xerces/site/trunk/production/news.html Wed May  2 09:58:24 2018
@@ -544,8 +544,7 @@ document.write("Last Published: " + docu
 //  -->
 
 
-Copyright 
- 1999-2016 http://www.apache.org/licenses/;>The Apache 
Software Foundation.
+Copyright © 1999-2018 http://www.apache.org/licenses/;>The 
Apache Software Foundation.
 
 Apache Xerces, Xerces, Apache, the Apache feather logo, and the Apache 
Xerces
 logo are trademarks of The Apache Software Foundation.



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



svn commit: r1830736 - in /xerces/site/trunk/production: news.html news.pdf

2018-05-02 Thread mukulg
Author: mukulg
Date: Wed May  2 09:53:53 2018
New Revision: 1830736

URL: http://svn.apache.org/viewvc?rev=1830736=rev
Log:
modifying news.html page, mentioning the 2.12.0 release

Removed:
xerces/site/trunk/production/news.pdf
Modified:
xerces/site/trunk/production/news.html

Modified: xerces/site/trunk/production/news.html
URL: 
http://svn.apache.org/viewvc/xerces/site/trunk/production/news.html?rev=1830736=1830735=1830736=diff
==
--- xerces/site/trunk/production/news.html (original)
+++ xerces/site/trunk/production/news.html Wed May  2 09:53:53 2018
@@ -202,10 +202,6 @@ document.write("Last Published: " + docu
 |start content
 +-->
 
-
-
-PDF
-
 Font size: 

  
@@ -219,6 +215,16 @@ document.write("Last Published: " + docu
 
 Committers should feel free to update these pages with relevant
 news about their projects.
+Xerces-J 2.12.0 released (30 April 2018)
+
+ Xerces-J 2.12.0 is now available from the Xerces-J  http://xerces.apache.org/xerces2-j/;>site.
+
+
+ This release expands on Xerces-J's experimental support for XML 
Schema 
+1.1 by providing a fully compliant XML Schema 1.1 
implementation. It 
+fixes several bugs which were present in Xerces-J 2.11.0 and 
also 
+includes a few other minor enhancements. For the complete list 
of changes see 
+ http://xerces.apache.org/xerces2-j/releases.html;>here.
 
 Xerces-J 2.11.0 released (30 November 2010)
 



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



svn commit: r26618 - /release/xerces/j/NULL.txt

2018-05-01 Thread mukulg
Author: mukulg
Date: Tue May  1 10:25:05 2018
New Revision: 26618

Log:
deleting NULL.txt as suggested by infra

Removed:
release/xerces/j/NULL.txt


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



svn commit: r26617 - /release/xerces/j/NULL.txt

2018-05-01 Thread mukulg
Author: mukulg
Date: Tue May  1 10:09:16 2018
New Revision: 26617

Log:
empty file

Added:
release/xerces/j/NULL.txt

Added: release/xerces/j/NULL.txt
==
(empty)



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



svn commit: r26614 - /release/xerces/j/

2018-04-30 Thread mukulg
Author: mukulg
Date: Tue May  1 04:36:06 2018
New Revision: 26614

Log:
deleting certain files at level 
https://dist.apache.org/repos/dist/release/xerces/j/

Removed:
release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz
release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.asc
release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.sha512
release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.zip
release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.zip.asc
release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.zip.sha512
release/xerces/j/Xerces-J-bin.2.12.0.tar.gz
release/xerces/j/Xerces-J-bin.2.12.0.tar.gz.asc
release/xerces/j/Xerces-J-bin.2.12.0.tar.gz.sha512
release/xerces/j/Xerces-J-bin.2.12.0.zip
release/xerces/j/Xerces-J-bin.2.12.0.zip.asc
release/xerces/j/Xerces-J-bin.2.12.0.zip.sha512
release/xerces/j/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz
release/xerces/j/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz.asc
release/xerces/j/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz.sha512
release/xerces/j/Xerces-J-src.2.12.0-xml-schema-1.1.zip
release/xerces/j/Xerces-J-src.2.12.0-xml-schema-1.1.zip.asc
release/xerces/j/Xerces-J-src.2.12.0-xml-schema-1.1.zip.sha512
release/xerces/j/Xerces-J-src.2.12.0.tar.gz
release/xerces/j/Xerces-J-src.2.12.0.tar.gz.asc
release/xerces/j/Xerces-J-src.2.12.0.tar.gz.sha512
release/xerces/j/Xerces-J-src.2.12.0.zip
release/xerces/j/Xerces-J-src.2.12.0.zip.asc
release/xerces/j/Xerces-J-src.2.12.0.zip.sha512
release/xerces/j/Xerces-J-tools.2.12.0-xml-schema-1.1.tar.gz
release/xerces/j/Xerces-J-tools.2.12.0-xml-schema-1.1.tar.gz.asc
release/xerces/j/Xerces-J-tools.2.12.0-xml-schema-1.1.tar.gz.sha512
release/xerces/j/Xerces-J-tools.2.12.0-xml-schema-1.1.zip
release/xerces/j/Xerces-J-tools.2.12.0-xml-schema-1.1.zip.asc
release/xerces/j/Xerces-J-tools.2.12.0-xml-schema-1.1.zip.sha512
release/xerces/j/Xerces-J-tools.2.12.0.tar.gz
release/xerces/j/Xerces-J-tools.2.12.0.tar.gz.asc
release/xerces/j/Xerces-J-tools.2.12.0.tar.gz.sha512
release/xerces/j/Xerces-J-tools.2.12.0.zip
release/xerces/j/Xerces-J-tools.2.12.0.zip.asc
release/xerces/j/Xerces-J-tools.2.12.0.zip.sha512


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



svn commit: r26599 - /release/xerces/j/

2018-04-30 Thread mukulg
Author: mukulg
Date: Mon Apr 30 10:41:15 2018
New Revision: 26599

Log:
deleting the duplicate files

Removed:
release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz
release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.asc
release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.sha512
release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.zip
release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.zip.asc
release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.zip.sha512
release/xerces/j/Xerces-J-bin.2.12.0.tar.gz
release/xerces/j/Xerces-J-bin.2.12.0.tar.gz.asc
release/xerces/j/Xerces-J-bin.2.12.0.tar.gz.sha512
release/xerces/j/Xerces-J-bin.2.12.0.zip
release/xerces/j/Xerces-J-bin.2.12.0.zip.asc
release/xerces/j/Xerces-J-bin.2.12.0.zip.sha512
release/xerces/j/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz
release/xerces/j/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz.asc
release/xerces/j/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz.sha512
release/xerces/j/Xerces-J-src.2.12.0-xml-schema-1.1.zip
release/xerces/j/Xerces-J-src.2.12.0-xml-schema-1.1.zip.asc
release/xerces/j/Xerces-J-src.2.12.0-xml-schema-1.1.zip.sha512
release/xerces/j/Xerces-J-src.2.12.0.tar.gz
release/xerces/j/Xerces-J-src.2.12.0.tar.gz.asc
release/xerces/j/Xerces-J-src.2.12.0.tar.gz.sha512
release/xerces/j/Xerces-J-src.2.12.0.zip
release/xerces/j/Xerces-J-src.2.12.0.zip.asc
release/xerces/j/Xerces-J-src.2.12.0.zip.sha512
release/xerces/j/Xerces-J-tools.2.12.0-xml-schema-1.1.tar.gz
release/xerces/j/Xerces-J-tools.2.12.0-xml-schema-1.1.tar.gz.asc
release/xerces/j/Xerces-J-tools.2.12.0-xml-schema-1.1.tar.gz.sha512
release/xerces/j/Xerces-J-tools.2.12.0-xml-schema-1.1.zip
release/xerces/j/Xerces-J-tools.2.12.0-xml-schema-1.1.zip.asc
release/xerces/j/Xerces-J-tools.2.12.0-xml-schema-1.1.zip.sha512
release/xerces/j/Xerces-J-tools.2.12.0.tar.gz
release/xerces/j/Xerces-J-tools.2.12.0.tar.gz.asc
release/xerces/j/Xerces-J-tools.2.12.0.tar.gz.sha512
release/xerces/j/Xerces-J-tools.2.12.0.zip
release/xerces/j/Xerces-J-tools.2.12.0.zip.asc
release/xerces/j/Xerces-J-tools.2.12.0.zip.sha512


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



svn commit: r1830533 - in /xerces/site/trunk/production/xerces2-j: ./ graphics/ javadocs/api/ javadocs/api/javax/xml/ javadocs/api/javax/xml/datatype/ javadocs/api/javax/xml/namespace/ javadocs/api/ja

2018-04-30 Thread mukulg
Author: mukulg
Date: Mon Apr 30 07:35:39 2018
New Revision: 1830533

URL: http://svn.apache.org/viewvc?rev=1830533=rev
Log:
checking in updates to documentation pages at 
http://xerces.apache.org/xerces2-j/


[This commit notification would consist of 451 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]

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



svn commit: r1830530 - in /xerces/site/trunk/production: index.html index.pdf mirrors.pdf

2018-04-30 Thread mukulg
Author: mukulg
Date: Mon Apr 30 06:48:50 2018
New Revision: 1830530

URL: http://svn.apache.org/viewvc?rev=1830530=rev
Log:
modifying index.html file with latest information. deleting relevant pdf files 
as well, as its inconvenient for me currently to maintain them

Removed:
xerces/site/trunk/production/index.pdf
xerces/site/trunk/production/mirrors.pdf
Modified:
xerces/site/trunk/production/index.html

Modified: xerces/site/trunk/production/index.html
URL: 
http://svn.apache.org/viewvc/xerces/site/trunk/production/index.html?rev=1830530=1830529=1830530=diff
==
--- xerces/site/trunk/production/index.html (original)
+++ xerces/site/trunk/production/index.html Mon Apr 30 06:48:50 2018
@@ -205,10 +205,6 @@ document.write("Last Published: " + docu
 |start content
 +-->
 
-
-
-PDF
-
 Font size: 

  
@@ -313,7 +309,7 @@ document.write("Last Published: " + docu
 modular and easy to program. XNI is merely an internal set of 
interfaces. There is no need for an XML application programmer to learn XNI if 
they only 
 intend to interface to the Xerces2 parser using standard interfaces 
like JAXP, DOM, and SAX. Xerces developers and application developers that need 
more 
 power and flexibility than that provided by the standard interfaces 
should read and understand XNI.
-The latest version released, 2.11.0, provides support for the following 
standards and APIs:
+The latest version released, 2.12.0, provides support for the following 
standards and APIs:
 
   
 XML 1.0 (4th Edition)
@@ -326,7 +322,7 @@ document.write("Last Published: " + docu
   
 W3C XML Schema 1.0 (2nd Edition)
   
-W3C XML Schema 1.1 (Working Drafts, December 2009)
+W3C XML Schema 1.1
   
 W3C XML Schema Definition Language (XSD): Component Designators (Candidate 
Recommendation, January 2010)
   
@@ -390,8 +386,7 @@ document.write("Last Published: " + docu
 //  -->
 
 
-Copyright 
- 1999-2016 http://www.apache.org/licenses/;>The Apache 
Software Foundation.
+Copyright © 1999-2018 http://www.apache.org/licenses/;>The 
Apache Software Foundation.
 
 Apache Xerces, Xerces, Apache, the Apache feather logo, and the Apache 
Xerces
 logo are trademarks of The Apache Software Foundation.



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



svn commit: r1830529 - /xerces/site/trunk/production/mirrors.html

2018-04-30 Thread mukulg
Author: mukulg
Date: Mon Apr 30 06:30:21 2018
New Revision: 1830529

URL: http://svn.apache.org/viewvc?rev=1830529=rev
Log:
modifying mirrors.html file with 2.12.0 artifacts information. removing the pdf 
link from top, as its non trivial to maintain corresponding pdf file

Modified:
xerces/site/trunk/production/mirrors.html

Modified: xerces/site/trunk/production/mirrors.html
URL: 
http://svn.apache.org/viewvc/xerces/site/trunk/production/mirrors.html?rev=1830529=1830528=1830529=diff
==
--- xerces/site/trunk/production/mirrors.html (original)
+++ xerces/site/trunk/production/mirrors.html Mon Apr 30 06:30:21 2018
@@ -202,10 +202,6 @@ document.write("Last Published: " + docu
 |start content
 +-->
 
-
-
-PDF
-
 Font size: 

  
@@ -281,13 +277,18 @@ document.write("Last Published: " + docu
 
 
 
-Xerces2 Java 
2.11.0 - tar.gz [http://www.apache.org/dist/xerces/j/source/Xerces-J-src.2.11.0.tar.gz.asc;>PGP]
 [http://www.apache.org/dist/xerces/j/source/Xerces-J-src.2.11.0.tar.gz.md5;>MD5]
 [http://www.apache.org/dist/xerces/j/source/Xerces-J-src.2.11.0.tar.gz.sha;>SHA]
+Xerces2 Java 
2.12.0 - tar.gz [http://www.apache.org/dist/xerces/j/source/Xerces-J-src.2.12.0.tar.gz.asc;>PGP]
 
+[http://www.apache.org/dist/xerces/j/source/Xerces-J-src.2.12.0.tar.gz.sha512;>SHA]
 
-Xerces2 Java 
2.11.0 - zip [http://www.apache.org/dist/xerces/j/source/Xerces-J-src.2.11.0.zip.asc;>PGP]
 [http://www.apache.org/dist/xerces/j/source/Xerces-J-src.2.11.0.zip.md5;>MD5]
 [http://www.apache.org/dist/xerces/j/source/Xerces-J-src.2.11.0.zip.sha;>SHA]
+Xerces2 Java 
2.12.0 - zip [http://www.apache.org/dist/xerces/j/source/Xerces-J-src.2.12.0.zip.asc;>PGP]
 
+[http://www.apache.org/dist/xerces/j/source/Xerces-J-src.2.12.0.zip.sha512;>SHA]
 
-Xerces2
 Java 2.11.0 (XML Schema 1.1) (Beta) - tar.gz [http://www.apache.org/dist/xerces/j/source/Xerces-J-src.2.11.0-xml-schema-1.1-beta.tar.gz.asc;>PGP]
 [http://www.apache.org/dist/xerces/j/source/Xerces-J-src.2.11.0-xml-schema-1.1-beta.tar.gz.md5;>MD5]
 [http://www.apache.org/dist/xerces/j/source/Xerces-J-src.2.11.0-xml-schema-1.1-beta.tar.gz.sha;>SHA]
+
+Xerces2 Java 2.12.0 (XML Schema 1.1) - tar.gz [http://www.apache.org/dist/xerces/j/source/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz.asc;>PGP]
 
+[http://www.apache.org/dist/xerces/j/source/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz.sha512;>SHA]
 
-Xerces2
 Java 2.11.0 (XML Schema 1.1) (Beta) - zip [http://www.apache.org/dist/xerces/j/source/Xerces-J-src.2.11.0-xml-schema-1.1-beta.zip.asc;>PGP]
 [http://www.apache.org/dist/xerces/j/source/Xerces-J-src.2.11.0-xml-schema-1.1-beta.zip.md5;>MD5]
 [http://www.apache.org/dist/xerces/j/source/Xerces-J-src.2.11.0-xml-schema-1.1-beta.zip.sha;>SHA]
+Xerces2
 Java 2.12.0 (XML Schema 1.1) - zip [http://www.apache.org/dist/xerces/j/source/Xerces-J-src.2.12.0-xml-schema-1.1.zip.asc;>PGP]
 
+[http://www.apache.org/dist/xerces/j/source/Xerces-J-src.2.12.0-xml-schema-1.1.zip.sha512;>SHA]
 
 Browse Download Area
 
@@ -335,13 +336,17 @@ document.write("Last Published: " + docu
 
 
 
-Xerces2 
Java 2.11.0 - tar.gz [http://www.apache.org/dist/xerces/j/binaries/Xerces-J-bin.2.11.0.tar.gz.asc;>PGP]
 [http://www.apache.org/dist/xerces/j/binaries/Xerces-J-bin.2.11.0.tar.gz.md5;>MD5]
 [http://www.apache.org/dist/xerces/j/binaries/Xerces-J-bin.2.11.0.tar.gz.sha;>SHA]
+Xerces2 
Java 2.12.0 - tar.gz [http://www.apache.org/dist/xerces/j/binaries/Xerces-J-bin.2.12.0.tar.gz.asc;>PGP]
 
+[http://www.apache.org/dist/xerces/j/binaries/Xerces-J-bin.2.12.0.tar.gz.sha512;>SHA]
 
-Xerces2 Java 
2.11.0 - zip [http://www.apache.org/dist/xerces/j/binaries/Xerces-J-bin.2.11.0.zip.asc;>PGP]
 [http://www.apache.org/dist/xerces/j/binaries/Xerces-J-bin.2.11.0.zip.md5;>MD5]
 [http://www.apache.org/dist/xerces/j/binaries/Xerces-J-bin.2.11.0.zip.sha;>SHA]
+Xerces2 Java 
2.12.0 - zip [http://www.apache.org/dist/xerces/j/binaries/Xerces-J-bin.2.12.0.zip.asc;>PGP]
 
+[http://www.apache.org/dist/xerces/j/binaries/Xerces-J-bin.2.12.0.zip.sha512;>SHA]
 
-Xerces2
 Java 2.11.0 (XML Schema 1.1) (Beta) - tar.gz [http://www.apache.org/dist/xerces/j/binaries/Xerces-J-bin.2.11.0-xml-schema-1.1-beta.tar.gz.asc;>PGP]
 [http://www.apache.org/dist/xerces/j/binaries/Xerces-J-bin.2.11.0-xml-schema-1.1-beta.tar.gz.md5;>MD5]
 [http://www.apache.org/dist/xerces/j/binaries/Xerces-J-bin.2.11.0-xml-schema-1.1-beta.tar.gz.sha;>SHA]
+Xerces2
 Java 2.12.0 (XML Schema 1.1) - tar.gz [http://www.apache.org/dist/xerces/j/binaries/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.asc;>PGP]
 
+[http://www.apache.org/dist/xerces/j/binaries/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.sha512;>SHA]
 
-Xerces2
 Java 2.11.0 (XML Schema 1.1) (Beta) - zip [http://www.apache.org/dist/xerces/j/binaries/Xerces-J-bin.2.11.0-xml

svn commit: r26597 - /release/xerces/j/.htaccess

2018-04-30 Thread mukulg
Author: mukulg
Date: Mon Apr 30 06:11:53 2018
New Revision: 26597

Log:
modifying .htaccess file

Modified:
release/xerces/j/.htaccess

Modified: release/xerces/j/.htaccess
==
--- release/xerces/j/.htaccess (original)
+++ release/xerces/j/.htaccess Mon Apr 30 06:11:53 2018
@@ -1,12 +1,11 @@
 IndexOptions FancyIndexing ScanHTMLTitles
-AddDescription "MD5 Checksum file" *.md5
-AddDescription "SHA Checksum file" *.sha
+AddDescription "SHA Checksum file" *.sha512
 AddDescription "PGP Signature file" *.sig
 AddDescription "PGP Armored Sig. file" *.asc
 AddDescription "PGP public keys file" KEYS
-AddDescription "Latest binary release" Xerces-J-bin.2.11.0
-AddDescription "Latest source release" Xerces-J-src.2.11.0
-AddDescription "Latest build tools" Xerces-J-tools.2.11.0
+AddDescription "Latest binary release" Xerces-J-bin.2.12.0
+AddDescription "Latest source release" Xerces-J-src.2.12.0
+AddDescription "Latest build tools" Xerces-J-tools.2.12.0
 AddAlt "Compressed" *.gz *.zip
 AddAlt "Signature" *.sig
 AddAlt "Public Keys" KEYS



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



svn commit: r26596 - /release/xerces/j/

2018-04-30 Thread mukulg
Author: mukulg
Date: Mon Apr 30 06:05:39 2018
New Revision: 26596

Log:
deleting xerces-j 2.11.0 release from server

Removed:
release/xerces/j/Xerces-J-bin.2.11.0-xml-schema-1.1-beta.tar.gz
release/xerces/j/Xerces-J-bin.2.11.0-xml-schema-1.1-beta.tar.gz.asc
release/xerces/j/Xerces-J-bin.2.11.0-xml-schema-1.1-beta.tar.gz.md5
release/xerces/j/Xerces-J-bin.2.11.0-xml-schema-1.1-beta.tar.gz.sha
release/xerces/j/Xerces-J-bin.2.11.0-xml-schema-1.1-beta.zip
release/xerces/j/Xerces-J-bin.2.11.0-xml-schema-1.1-beta.zip.asc
release/xerces/j/Xerces-J-bin.2.11.0-xml-schema-1.1-beta.zip.md5
release/xerces/j/Xerces-J-bin.2.11.0-xml-schema-1.1-beta.zip.sha
release/xerces/j/Xerces-J-bin.2.11.0.tar.gz
release/xerces/j/Xerces-J-bin.2.11.0.tar.gz.asc
release/xerces/j/Xerces-J-bin.2.11.0.tar.gz.md5
release/xerces/j/Xerces-J-bin.2.11.0.tar.gz.sha
release/xerces/j/Xerces-J-bin.2.11.0.zip
release/xerces/j/Xerces-J-bin.2.11.0.zip.asc
release/xerces/j/Xerces-J-bin.2.11.0.zip.md5
release/xerces/j/Xerces-J-bin.2.11.0.zip.sha
release/xerces/j/Xerces-J-src.2.11.0-xml-schema-1.1-beta.tar.gz
release/xerces/j/Xerces-J-src.2.11.0-xml-schema-1.1-beta.tar.gz.asc
release/xerces/j/Xerces-J-src.2.11.0-xml-schema-1.1-beta.tar.gz.md5
release/xerces/j/Xerces-J-src.2.11.0-xml-schema-1.1-beta.tar.gz.sha
release/xerces/j/Xerces-J-src.2.11.0-xml-schema-1.1-beta.zip
release/xerces/j/Xerces-J-src.2.11.0-xml-schema-1.1-beta.zip.asc
release/xerces/j/Xerces-J-src.2.11.0-xml-schema-1.1-beta.zip.md5
release/xerces/j/Xerces-J-src.2.11.0-xml-schema-1.1-beta.zip.sha
release/xerces/j/Xerces-J-src.2.11.0.tar.gz
release/xerces/j/Xerces-J-src.2.11.0.tar.gz.asc
release/xerces/j/Xerces-J-src.2.11.0.tar.gz.md5
release/xerces/j/Xerces-J-src.2.11.0.tar.gz.sha
release/xerces/j/Xerces-J-src.2.11.0.zip
release/xerces/j/Xerces-J-src.2.11.0.zip.asc
release/xerces/j/Xerces-J-src.2.11.0.zip.md5
release/xerces/j/Xerces-J-src.2.11.0.zip.sha
release/xerces/j/Xerces-J-tools.2.11.0-xml-schema-1.1-beta.tar.gz
release/xerces/j/Xerces-J-tools.2.11.0-xml-schema-1.1-beta.tar.gz.asc
release/xerces/j/Xerces-J-tools.2.11.0-xml-schema-1.1-beta.tar.gz.md5
release/xerces/j/Xerces-J-tools.2.11.0-xml-schema-1.1-beta.tar.gz.sha
release/xerces/j/Xerces-J-tools.2.11.0-xml-schema-1.1-beta.zip
release/xerces/j/Xerces-J-tools.2.11.0-xml-schema-1.1-beta.zip.asc
release/xerces/j/Xerces-J-tools.2.11.0-xml-schema-1.1-beta.zip.md5
release/xerces/j/Xerces-J-tools.2.11.0-xml-schema-1.1-beta.zip.sha
release/xerces/j/Xerces-J-tools.2.11.0.tar.gz
release/xerces/j/Xerces-J-tools.2.11.0.tar.gz.asc
release/xerces/j/Xerces-J-tools.2.11.0.tar.gz.md5
release/xerces/j/Xerces-J-tools.2.11.0.tar.gz.sha
release/xerces/j/Xerces-J-tools.2.11.0.zip
release/xerces/j/Xerces-J-tools.2.11.0.zip.asc
release/xerces/j/Xerces-J-tools.2.11.0.zip.md5
release/xerces/j/Xerces-J-tools.2.11.0.zip.sha


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



svn commit: r26595 - /release/xerces/j/source/

2018-04-29 Thread mukulg
Author: mukulg
Date: Mon Apr 30 05:58:04 2018
New Revision: 26595

Log:
committing to xerces-j folder beneath https://dist.apache.org/repos/dist/

Added:
release/xerces/j/source/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz   (with 
props)
release/xerces/j/source/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz.asc   
(with props)
release/xerces/j/source/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz.sha512
release/xerces/j/source/Xerces-J-src.2.12.0-xml-schema-1.1.zip   (with 
props)
release/xerces/j/source/Xerces-J-src.2.12.0-xml-schema-1.1.zip.asc   (with 
props)
release/xerces/j/source/Xerces-J-src.2.12.0-xml-schema-1.1.zip.sha512
release/xerces/j/source/Xerces-J-src.2.12.0.tar.gz   (with props)
release/xerces/j/source/Xerces-J-src.2.12.0.tar.gz.asc   (with props)
release/xerces/j/source/Xerces-J-src.2.12.0.tar.gz.sha512
release/xerces/j/source/Xerces-J-src.2.12.0.zip   (with props)
release/xerces/j/source/Xerces-J-src.2.12.0.zip.asc   (with props)
release/xerces/j/source/Xerces-J-src.2.12.0.zip.sha512
release/xerces/j/source/Xerces-J-tools.2.12.0-xml-schema-1.1.tar.gz   (with 
props)
release/xerces/j/source/Xerces-J-tools.2.12.0-xml-schema-1.1.tar.gz.asc   
(with props)
release/xerces/j/source/Xerces-J-tools.2.12.0-xml-schema-1.1.tar.gz.sha512
release/xerces/j/source/Xerces-J-tools.2.12.0-xml-schema-1.1.zip   (with 
props)
release/xerces/j/source/Xerces-J-tools.2.12.0-xml-schema-1.1.zip.asc   
(with props)
release/xerces/j/source/Xerces-J-tools.2.12.0-xml-schema-1.1.zip.sha512
release/xerces/j/source/Xerces-J-tools.2.12.0.tar.gz   (with props)
release/xerces/j/source/Xerces-J-tools.2.12.0.tar.gz.asc   (with props)
release/xerces/j/source/Xerces-J-tools.2.12.0.tar.gz.sha512
release/xerces/j/source/Xerces-J-tools.2.12.0.zip   (with props)
release/xerces/j/source/Xerces-J-tools.2.12.0.zip.asc   (with props)
release/xerces/j/source/Xerces-J-tools.2.12.0.zip.sha512
Removed:
release/xerces/j/source/Xerces-J-src.2.11.0-xml-schema-1.1-beta.tar.gz
release/xerces/j/source/Xerces-J-src.2.11.0-xml-schema-1.1-beta.tar.gz.asc
release/xerces/j/source/Xerces-J-src.2.11.0-xml-schema-1.1-beta.tar.gz.md5
release/xerces/j/source/Xerces-J-src.2.11.0-xml-schema-1.1-beta.tar.gz.sha
release/xerces/j/source/Xerces-J-src.2.11.0-xml-schema-1.1-beta.zip
release/xerces/j/source/Xerces-J-src.2.11.0-xml-schema-1.1-beta.zip.asc
release/xerces/j/source/Xerces-J-src.2.11.0-xml-schema-1.1-beta.zip.md5
release/xerces/j/source/Xerces-J-src.2.11.0-xml-schema-1.1-beta.zip.sha
release/xerces/j/source/Xerces-J-src.2.11.0.tar.gz
release/xerces/j/source/Xerces-J-src.2.11.0.tar.gz.asc
release/xerces/j/source/Xerces-J-src.2.11.0.tar.gz.md5
release/xerces/j/source/Xerces-J-src.2.11.0.tar.gz.sha
release/xerces/j/source/Xerces-J-src.2.11.0.zip
release/xerces/j/source/Xerces-J-src.2.11.0.zip.asc
release/xerces/j/source/Xerces-J-src.2.11.0.zip.md5
release/xerces/j/source/Xerces-J-src.2.11.0.zip.sha
release/xerces/j/source/Xerces-J-tools.2.11.0-xml-schema-1.1-beta.tar.gz
release/xerces/j/source/Xerces-J-tools.2.11.0-xml-schema-1.1-beta.tar.gz.asc
release/xerces/j/source/Xerces-J-tools.2.11.0-xml-schema-1.1-beta.tar.gz.md5
release/xerces/j/source/Xerces-J-tools.2.11.0-xml-schema-1.1-beta.tar.gz.sha
release/xerces/j/source/Xerces-J-tools.2.11.0-xml-schema-1.1-beta.zip
release/xerces/j/source/Xerces-J-tools.2.11.0-xml-schema-1.1-beta.zip.asc
release/xerces/j/source/Xerces-J-tools.2.11.0-xml-schema-1.1-beta.zip.md5
release/xerces/j/source/Xerces-J-tools.2.11.0-xml-schema-1.1-beta.zip.sha
release/xerces/j/source/Xerces-J-tools.2.11.0.tar.gz
release/xerces/j/source/Xerces-J-tools.2.11.0.tar.gz.asc
release/xerces/j/source/Xerces-J-tools.2.11.0.tar.gz.md5
release/xerces/j/source/Xerces-J-tools.2.11.0.tar.gz.sha
release/xerces/j/source/Xerces-J-tools.2.11.0.zip
release/xerces/j/source/Xerces-J-tools.2.11.0.zip.asc
release/xerces/j/source/Xerces-J-tools.2.11.0.zip.md5
release/xerces/j/source/Xerces-J-tools.2.11.0.zip.sha

Added: release/xerces/j/source/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz
==
Binary file - no diff available.

Propchange: release/xerces/j/source/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz
--
svn:mime-type = application/x-gzip

Added: release/xerces/j/source/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz.asc
==
Binary file - no diff available.

Propchange: 
release/xerces/j/source/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz.asc
--
svn:mime-type = application/pgp-signature

Added: release/xerces/j/source/Xerces-J-src.2.12.0-xml-schema-1.1

svn commit: r26594 - /release/xerces/j/binaries/

2018-04-29 Thread mukulg
Author: mukulg
Date: Mon Apr 30 05:49:42 2018
New Revision: 26594

Log:
committing to xerces-j folder beneath https://dist.apache.org/repos/dist/

Added:
release/xerces/j/binaries/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz   (with 
props)
release/xerces/j/binaries/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.asc   
(with props)
release/xerces/j/binaries/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.sha512
release/xerces/j/binaries/Xerces-J-bin.2.12.0-xml-schema-1.1.zip   (with 
props)
release/xerces/j/binaries/Xerces-J-bin.2.12.0-xml-schema-1.1.zip.asc   
(with props)
release/xerces/j/binaries/Xerces-J-bin.2.12.0-xml-schema-1.1.zip.sha512
release/xerces/j/binaries/Xerces-J-bin.2.12.0.tar.gz   (with props)
release/xerces/j/binaries/Xerces-J-bin.2.12.0.tar.gz.asc   (with props)
release/xerces/j/binaries/Xerces-J-bin.2.12.0.tar.gz.sha512
release/xerces/j/binaries/Xerces-J-bin.2.12.0.zip   (with props)
release/xerces/j/binaries/Xerces-J-bin.2.12.0.zip.asc   (with props)
release/xerces/j/binaries/Xerces-J-bin.2.12.0.zip.sha512
Removed:
release/xerces/j/binaries/Xerces-J-bin.2.11.0-xml-schema-1.1-beta.tar.gz
release/xerces/j/binaries/Xerces-J-bin.2.11.0-xml-schema-1.1-beta.tar.gz.asc
release/xerces/j/binaries/Xerces-J-bin.2.11.0-xml-schema-1.1-beta.tar.gz.md5
release/xerces/j/binaries/Xerces-J-bin.2.11.0-xml-schema-1.1-beta.tar.gz.sha
release/xerces/j/binaries/Xerces-J-bin.2.11.0-xml-schema-1.1-beta.zip
release/xerces/j/binaries/Xerces-J-bin.2.11.0-xml-schema-1.1-beta.zip.asc
release/xerces/j/binaries/Xerces-J-bin.2.11.0-xml-schema-1.1-beta.zip.md5
release/xerces/j/binaries/Xerces-J-bin.2.11.0-xml-schema-1.1-beta.zip.sha
release/xerces/j/binaries/Xerces-J-bin.2.11.0.tar.gz
release/xerces/j/binaries/Xerces-J-bin.2.11.0.tar.gz.asc
release/xerces/j/binaries/Xerces-J-bin.2.11.0.tar.gz.md5
release/xerces/j/binaries/Xerces-J-bin.2.11.0.tar.gz.sha
release/xerces/j/binaries/Xerces-J-bin.2.11.0.zip
release/xerces/j/binaries/Xerces-J-bin.2.11.0.zip.asc
release/xerces/j/binaries/Xerces-J-bin.2.11.0.zip.md5
release/xerces/j/binaries/Xerces-J-bin.2.11.0.zip.sha
Modified:
release/xerces/j/binaries/KEYS

Modified: release/xerces/j/binaries/KEYS
==
--- release/xerces/j/binaries/KEYS (original)
+++ release/xerces/j/binaries/KEYS Mon Apr 30 05:49:42 2018
@@ -300,3 +300,58 @@ wQTy0MP7qPXUiEkEGBECAAkFAkGP1VMCGwwACgkQ
 mXu+1q755Iu7+Ke+/LgAn2BLQWBFsDmmWyPMfJlwTPoHLC+F
 =2zre
 -END PGP PUBLIC KEY BLOCK-
+
+Name   User ID
+Mukul Gandhi   muk...@apache.org
+-BEGIN PGP PUBLIC KEY BLOCK-
+
+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
+I

svn commit: r26593 - /release/xerces/j/

2018-04-29 Thread mukulg
Author: mukulg
Date: Mon Apr 30 05:41:11 2018
New Revision: 26593

Log:
committing to xerces-j folder beneath https://dist.apache.org/repos/dist/

Added:
release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz   (with props)
release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.asc   (with 
props)
release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.sha512   (with 
props)
release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.zip   (with props)
release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.zip.asc   (with props)
release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.zip.sha512   (with 
props)
release/xerces/j/Xerces-J-bin.2.12.0.tar.gz   (with props)
release/xerces/j/Xerces-J-bin.2.12.0.tar.gz.asc   (with props)
release/xerces/j/Xerces-J-bin.2.12.0.tar.gz.sha512   (with props)
release/xerces/j/Xerces-J-bin.2.12.0.zip   (with props)
release/xerces/j/Xerces-J-bin.2.12.0.zip.asc   (with props)
release/xerces/j/Xerces-J-bin.2.12.0.zip.sha512   (with props)
release/xerces/j/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz   (with props)
release/xerces/j/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz.asc   (with 
props)
release/xerces/j/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz.sha512   (with 
props)
release/xerces/j/Xerces-J-src.2.12.0-xml-schema-1.1.zip   (with props)
release/xerces/j/Xerces-J-src.2.12.0-xml-schema-1.1.zip.asc   (with props)
release/xerces/j/Xerces-J-src.2.12.0-xml-schema-1.1.zip.sha512   (with 
props)
release/xerces/j/Xerces-J-src.2.12.0.tar.gz   (with props)
release/xerces/j/Xerces-J-src.2.12.0.tar.gz.asc   (with props)
release/xerces/j/Xerces-J-src.2.12.0.tar.gz.sha512   (with props)
release/xerces/j/Xerces-J-src.2.12.0.zip   (with props)
release/xerces/j/Xerces-J-src.2.12.0.zip.asc   (with props)
release/xerces/j/Xerces-J-src.2.12.0.zip.sha512   (with props)
release/xerces/j/Xerces-J-tools.2.12.0-xml-schema-1.1.tar.gz   (with props)
release/xerces/j/Xerces-J-tools.2.12.0-xml-schema-1.1.tar.gz.asc   (with 
props)
release/xerces/j/Xerces-J-tools.2.12.0-xml-schema-1.1.tar.gz.sha512   (with 
props)
release/xerces/j/Xerces-J-tools.2.12.0-xml-schema-1.1.zip   (with props)
release/xerces/j/Xerces-J-tools.2.12.0-xml-schema-1.1.zip.asc   (with props)
release/xerces/j/Xerces-J-tools.2.12.0-xml-schema-1.1.zip.sha512   (with 
props)
release/xerces/j/Xerces-J-tools.2.12.0.tar.gz   (with props)
release/xerces/j/Xerces-J-tools.2.12.0.tar.gz.asc   (with props)
release/xerces/j/Xerces-J-tools.2.12.0.tar.gz.sha512   (with props)
release/xerces/j/Xerces-J-tools.2.12.0.zip   (with props)
release/xerces/j/Xerces-J-tools.2.12.0.zip.asc   (with props)
release/xerces/j/Xerces-J-tools.2.12.0.zip.sha512   (with props)

Added: release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz
==
Binary files release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz (added) 
and release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz Mon Apr 30 
05:41:11 2018 differ

Propchange: release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz
--
svn:special = *

Added: release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.asc
==
--- release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.asc (added)
+++ release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.asc Mon Apr 30 
05:41:11 2018
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEETY+1cvtq3P1py/4NeyWGprXiXD0FAlravGwACgkQeyWGprXi
+XD1mBQ/8DHc4U5eBgi3USl47sRv2PUXRhQpB86l1qCfB6EonJA5j44jlf54NLz1U
+ThGpS77BHJZMQNT4UluE0PeLC5FTnUKfUWkEKMHwpPK3iGnQaZLbiDaCAldvNAyT
+/OGwahSOkLS5bedwE+LzHveHR+rQ+aMyUlmuHdHaxuCwjqKxbIUp5QomahWHCYNf
+FVJcZr04EIwxkkFULX+njvWaRGxbokxxXcF17vUkN221DDbOkt4SpfA74RIDku1B
+gR+R2uQOf9hZoVP7IKnwrD+8gTsKITkMxYRUCuf1E1fE++O2cG7is7V19AC6yywP
+g610O3cxoEc4by3Y5qps5doPWjkfN3dscxORRE6DwPTTlVfn2CnV8fwocby1uMMk
+oOZmR6QPc+tfL6ANL1j0wQr/UTubLHRNqB2fUSSrysmsP64txNQNWNqog/8+utCr
+hqrJUy2ZFUbacvmpMrnhKYqngis2glcdKCm0Z/UAYdvAzARo9zvWjQP3hZgRllvA
+UvUwWzXYOBFbOs2oIVub/2baGb6vi16IIqCtsS3l+lr4VFYv33Z8BQSr9XrtlKZx
+YaXk8j0yd4+grK9CAzffSWpekklNp9muMJ98P+GSoeIRVfdJkAxj2q++dkj4ui70
+jg5p4qCMOn3clpceKSL5/Nbx03qAoLyhvncQ6IL42B9P5AwcUt4=
+=zMmO
+-END PGP SIGNATURE-

Propchange: release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.asc
--
svn:special = *

Added: release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.sha512
==
--- release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.sha512 (added)
+++ release/xerces/j/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.sha512 Mon Apr 
30 05:41:11 2018
@@ -0,0 +1,3

svn commit: r1830129 - /xerces/site/trunk/production/xerces2-j/publish_test.html

2018-04-25 Thread mukulg
Author: mukulg
Date: Thu Apr 26 02:52:41 2018
New Revision: 1830129

URL: http://svn.apache.org/viewvc?rev=1830129=rev
Log:
deleting this file from docs. it was added for a small test

Removed:
xerces/site/trunk/production/xerces2-j/publish_test.html


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



svn commit: r1829981 - /xerces/site/trunk/production/xerces2-j/publish_test.html

2018-04-24 Thread mukulg
Author: mukulg
Date: Tue Apr 24 11:10:13 2018
New Revision: 1829981

URL: http://svn.apache.org/viewvc?rev=1829981=rev
Log:
some more edits during the test

Modified:
xerces/site/trunk/production/xerces2-j/publish_test.html

Modified: xerces/site/trunk/production/xerces2-j/publish_test.html
URL: 
http://svn.apache.org/viewvc/xerces/site/trunk/production/xerces2-j/publish_test.html?rev=1829981=1829980=1829981=diff
==
--- xerces/site/trunk/production/xerces2-j/publish_test.html (original)
+++ xerces/site/trunk/production/xerces2-j/publish_test.html Tue Apr 24 
11:10:13 2018
@@ -3,6 +3,6 @@
   test


-  hello world. this is just a test.
+  hello world. edit here..

 
\ No newline at end of file



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



svn commit: r1829980 - /xerces/site/trunk/production/xerces2-j/publish_test.html

2018-04-24 Thread mukulg
Author: mukulg
Date: Tue Apr 24 11:07:54 2018
New Revision: 1829980

URL: http://svn.apache.org/viewvc?rev=1829980=rev
Log:
testing publishing of a modification to an html page on Xerces-J's 
documentation folder

Modified:
xerces/site/trunk/production/xerces2-j/publish_test.html

Modified: xerces/site/trunk/production/xerces2-j/publish_test.html
URL: 
http://svn.apache.org/viewvc/xerces/site/trunk/production/xerces2-j/publish_test.html?rev=1829980=1829979=1829980=diff
==
--- xerces/site/trunk/production/xerces2-j/publish_test.html (original)
+++ xerces/site/trunk/production/xerces2-j/publish_test.html Tue Apr 24 
11:07:54 2018
@@ -3,6 +3,6 @@
   test


-  hello world
+  hello world. this is just a test.

 
\ No newline at end of file



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



svn commit: r1829979 - /xerces/site/trunk/production/xerces2-j/publish_test.html

2018-04-24 Thread mukulg
Author: mukulg
Date: Tue Apr 24 11:03:59 2018
New Revision: 1829979

URL: http://svn.apache.org/viewvc?rev=1829979=rev
Log:
testing the publishing of a html page, on Xerces-J's documentation folders. 
this page will eventually be deleted, and doesn't have a side effect concerning 
the users

Added:
xerces/site/trunk/production/xerces2-j/publish_test.html

Added: xerces/site/trunk/production/xerces2-j/publish_test.html
URL: 
http://svn.apache.org/viewvc/xerces/site/trunk/production/xerces2-j/publish_test.html?rev=1829979=auto
==
--- xerces/site/trunk/production/xerces2-j/publish_test.html (added)
+++ xerces/site/trunk/production/xerces2-j/publish_test.html Tue Apr 24 
11:03:59 2018
@@ -0,0 +1,8 @@
+
+   
+  test
+   
+   
+  hello world
+   
+
\ No newline at end of file



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



svn commit: r26468 - /dev/xerces/j/2.12.0/

2018-04-23 Thread mukulg
Author: mukulg
Date: Mon Apr 23 11:46:20 2018
New Revision: 26468

Log:
deleting .md5 files from the RC, as per comments on the 2.12.0 vote

Removed:
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.md5
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.zip.md5
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0.tar.gz.md5
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0.zip.md5
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz.md5
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0-xml-schema-1.1.zip.md5
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0.tar.gz.md5
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0.zip.md5
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0-xml-schema-1.1.tar.gz.md5
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0-xml-schema-1.1.zip.md5
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0.tar.gz.md5
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0.zip.md5


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



svn commit: r26447 - /dev/xerces/j/2.12.0/

2018-04-20 Thread mukulg
Author: mukulg
Date: Sat Apr 21 04:37:47 2018
New Revision: 26447

Log:
committing the revised 2.12.0 RC

Modified:
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.asc
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.md5
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.sha512
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.zip
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.zip.asc
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.zip.md5
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.zip.sha512
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0.tar.gz
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0.tar.gz.asc
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0.tar.gz.md5
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0.tar.gz.sha512
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0.zip
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0.zip.asc
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0.zip.md5
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0.zip.sha512
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz.asc
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz.md5
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz.sha512
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0-xml-schema-1.1.zip
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0-xml-schema-1.1.zip.asc
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0-xml-schema-1.1.zip.md5
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0-xml-schema-1.1.zip.sha512
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0.tar.gz
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0.tar.gz.asc
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0.tar.gz.md5
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0.tar.gz.sha512
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0.zip
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0.zip.asc
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0.zip.md5
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0.zip.sha512
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0-xml-schema-1.1.tar.gz
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0-xml-schema-1.1.tar.gz.asc
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0-xml-schema-1.1.tar.gz.md5
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0-xml-schema-1.1.tar.gz.sha512
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0-xml-schema-1.1.zip
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0-xml-schema-1.1.zip.asc
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0-xml-schema-1.1.zip.md5
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0-xml-schema-1.1.zip.sha512
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0.tar.gz
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0.tar.gz.asc
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0.tar.gz.md5
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0.tar.gz.sha512
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0.zip
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0.zip.asc
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0.zip.md5
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0.zip.sha512

Modified: dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz
==
Binary files - no diff available.

Modified: dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.asc
==
--- dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.asc (original)
+++ dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.asc Sat Apr 
21 04:37:47 2018
@@ -1,16 +1,16 @@
 -BEGIN PGP SIGNATURE-
 
-iQIzBAABCAAdFiEETY+1cvtq3P1py/4NeyWGprXiXD0FAlrYPk4ACgkQeyWGprXi
-XD0VjQ//Wk5vyO9lJuIPrCC6cQWLgiJTHteQ3frkT8w6IrAsqD0/u1QfS5xqtPDe
-ZO5/WD/T40c5z2TVqoidhTZFfzlYHOT7K/SSea64e0NeaEz48NFHreX90O6+MQCE
-wNOPyJqGWI0k+gfWIeG4SmNF/FYlAGmojS6LFZZhM4HYVgsDI/6lsqwaVedszpfk
-Bdh+LG329clW4c+hPm8NxA9C+/W3eLGpHKuTXCc5RyMWdDTNXJEhfEmO95s/apqb
-Ufn4BaUN96eoaO9SF03+kArU1UlcnMosl6HzbSBfpIEaKnxKtxvJ2Xatp7P7OUqp
-SyQUFXmxvn3Hmq+TLA4HrrIbiDlVKhoBXV2NnbBs6ky7eQ7GbkQMQUFrOiPpIckO
-SL/ykdN5c0/YxHu4W5eFHpeLQ9VRHDjKCxXTS+3mCLD1uep8YYjWmGrOnO6NKCrg
-jSFlMkxWFzvskm2lKggtISeKg+kjAWRoRlTzcTLGoAIxnNk2WscLfTfhdEVcWyVm
-xFkvcJSXm0IjXLArAl1wY895H4/+i5AdW06A7jJixofPJtTISALxy4NODBd6X02P
-B4OMYNIBQPkaCNBx/g77m8oJMkuGWwfEe5UgwNsvWCd/yd/7Js5aeD9Zch8FI23c
-U/4+a8mgFluTFbyLkyXg1LLRfsLw6MdnGwa+5c3/o0USILRkQlU=
-=MPWS
+iQIzBAABCAAdFiEETY+1cvtq3P1py/4NeyWGprXiXD0FAlravGwACgkQeyWGprXi
+XD1mBQ/8DHc4U5eBgi3USl47sRv2PUXRhQpB86l1qCfB6EonJA5j44jlf54NLz1U
+ThGpS77BHJZMQNT4UluE0PeLC5FTnUKfUWkEKMHwpPK3iGnQaZLbiDaCAldvNAyT
+/OGwahSOkLS5bedwE+LzHveHR+rQ+aMyUlmuHdHaxuCwjqKxbIUp5QomahWHCYNf
+FVJcZr04EIwxkkFULX+njvWaRGxbokxxXcF17vUkN221DDbOkt4SpfA74RIDku1B
+gR+R2uQOf9hZoVP7IKnwrD+8gTsKITkMxYRUCuf1E1fE++O2cG7is7V19AC6yywP
+g610O3cxoEc4by3Y5qps5doPWjkfN3dscxORRE6DwPTTlVfn2CnV8fwocby1uMMk
+oOZmR6QPc+tfL6ANL1j0wQr/UTubLHRNqB2fUSSrysmsP64txNQNWNqog/8+utCr
+hqrJUy2ZFUbacvmpMrnhKYqngis2glcdKCm0Z

svn commit: r1829688 - /xerces/java/tags/Xerces-J_2_12_0-xml-schema-1.1/

2018-04-20 Thread mukulg
Author: mukulg
Date: Sat Apr 21 03:42:59 2018
New Revision: 1829688

URL: http://svn.apache.org/viewvc?rev=1829688=rev
Log:
Tagging Xerces-J 2.12.0 XML Schema 1.1.

Added:
xerces/java/tags/Xerces-J_2_12_0-xml-schema-1.1/
  - copied from r1829687, xerces/java/branches/xml-schema-1.1-dev/


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



svn commit: r1829687 - /xerces/java/tags/Xerces-J_2_12_0/

2018-04-20 Thread mukulg
Author: mukulg
Date: Sat Apr 21 03:42:19 2018
New Revision: 1829687

URL: http://svn.apache.org/viewvc?rev=1829687=rev
Log:
Tagging Xerces-J 2.12.0.

Added:
xerces/java/tags/Xerces-J_2_12_0/
  - copied from r1829686, xerces/java/trunk/


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



svn commit: r1829686 - /xerces/java/tags/Xerces-J_2_12_0-xml-schema-1.1/

2018-04-20 Thread mukulg
Author: mukulg
Date: Sat Apr 21 03:40:07 2018
New Revision: 1829686

URL: http://svn.apache.org/viewvc?rev=1829686=rev
Log:
deleting tag. need to create tag again.

Removed:
xerces/java/tags/Xerces-J_2_12_0-xml-schema-1.1/


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



svn commit: r1829685 - /xerces/java/tags/Xerces-J_2_12_0/

2018-04-20 Thread mukulg
Author: mukulg
Date: Sat Apr 21 03:38:58 2018
New Revision: 1829685

URL: http://svn.apache.org/viewvc?rev=1829685=rev
Log:
deleting tag. need to create tag again.

Removed:
xerces/java/tags/Xerces-J_2_12_0/


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



svn commit: r1829684 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/dom/NamedNodeMapImpl.java

2018-04-20 Thread mukulg
Author: mukulg
Date: Sat Apr 21 03:10:31 2018
New Revision: 1829684

URL: http://svn.apache.org/viewvc?rev=1829684=rev
Log:
committing fix as per discussion here, 
https://markmail.org/message/x5e5nreyj7eruyly on j-dev list

Modified:

xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/dom/NamedNodeMapImpl.java

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/dom/NamedNodeMapImpl.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/dom/NamedNodeMapImpl.java?rev=1829684=1829683=1829684=diff
==
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/dom/NamedNodeMapImpl.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/dom/NamedNodeMapImpl.java
 Sat Apr 21 03:10:31 2018
@@ -605,7 +605,8 @@ public class NamedNodeMapImpl
 throws IOException, ClassNotFoundException {
 in.defaultReadObject();
 if (nodes != null) {
-nodes = new ArrayList(nodes);
+   // cast to Vector is required
+   nodes = new ArrayList((Vector)nodes);
 }
 }
 



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



svn commit: r1829683 - /xerces/java/trunk/src/org/apache/xerces/dom/NamedNodeMapImpl.java

2018-04-20 Thread mukulg
Author: mukulg
Date: Sat Apr 21 03:09:46 2018
New Revision: 1829683

URL: http://svn.apache.org/viewvc?rev=1829683=rev
Log:
committing fix as per discussion here, 
https://markmail.org/message/x5e5nreyj7eruyly on j-dev list

Modified:
xerces/java/trunk/src/org/apache/xerces/dom/NamedNodeMapImpl.java

Modified: xerces/java/trunk/src/org/apache/xerces/dom/NamedNodeMapImpl.java
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/dom/NamedNodeMapImpl.java?rev=1829683=1829682=1829683=diff
==
--- xerces/java/trunk/src/org/apache/xerces/dom/NamedNodeMapImpl.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/dom/NamedNodeMapImpl.java Sat Apr 
21 03:09:46 2018
@@ -605,7 +605,8 @@ public class NamedNodeMapImpl
 throws IOException, ClassNotFoundException {
 in.defaultReadObject();
 if (nodes != null) {
-nodes = new ArrayList(nodes);
+// cast to Vector is required
+nodes = new ArrayList((Vector)nodes);
 }
 }
 



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



svn commit: r1829636 - /xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml

2018-04-20 Thread mukulg
Author: mukulg
Date: Fri Apr 20 08:39:13 2018
New Revision: 1829636

URL: http://svn.apache.org/viewvc?rev=1829636=rev
Log:
mentioning contributions of Octavian Nadolu & Radu Coravu

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

Modified: xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml?rev=1829636=1829635=1829636=diff
==
--- xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml Fri Apr 20 
08:39:13 2018
@@ -92,6 +92,13 @@
Solved a minor bug in SoftReferenceSymbolTable implementation 
component.


+   
+   
+   
+  Octavian and Radu, from Oxygen XML Editor team have contributed much 
by way of intimating numerous bugs
+  and implementation ideas, for Xerces-J's XML Schema 1.0 and 1.1 
implementations.
+   
+   
   

   



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



svn commit: r1829634 - /xerces/java/trunk/docs/releases.xml

2018-04-20 Thread mukulg
Author: mukulg
Date: Fri Apr 20 08:38:24 2018
New Revision: 1829634

URL: http://svn.apache.org/viewvc?rev=1829634=rev
Log:
mentioning contributions of Octavian Nadolu & Radu Coravu

Modified:
xerces/java/trunk/docs/releases.xml

Modified: xerces/java/trunk/docs/releases.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/docs/releases.xml?rev=1829634=1829633=1829634=diff
==
--- xerces/java/trunk/docs/releases.xml (original)
+++ xerces/java/trunk/docs/releases.xml Fri Apr 20 08:38:24 2018
@@ -92,6 +92,13 @@
Solved a minor bug in SoftReferenceSymbolTable implementation 
component.


+   
+   
+   
+  Octavian and Radu, from Oxygen XML Editor team have contributed much 
by way of intimating numerous bugs
+  and implementation ideas, for Xerces-J's XML Schema 1.0 and 1.1 
implementations.
+   
+   
   

   



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



svn commit: r1829623 - in /xerces/java/branches/xml-schema-1.1-dev: ./ NOTICE docs/docs-book.xml

2018-04-19 Thread mukulg
Author: mukulg
Date: Fri Apr 20 04:39:19 2018
New Revision: 1829623

URL: http://svn.apache.org/viewvc?rev=1829623=rev
Log:
modifying copyright year in the NOTICE file & footer of all the docs pages

Modified:
xerces/java/branches/xml-schema-1.1-dev/   (props changed)
xerces/java/branches/xml-schema-1.1-dev/NOTICE
xerces/java/branches/xml-schema-1.1-dev/docs/docs-book.xml

Propchange: xerces/java/branches/xml-schema-1.1-dev/
--
--- svn:ignore (added)
+++ svn:ignore Fri Apr 20 04:39:19 2018
@@ -0,0 +1 @@
+build

Modified: xerces/java/branches/xml-schema-1.1-dev/NOTICE
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/NOTICE?rev=1829623=1829622=1829623=diff
==
--- xerces/java/branches/xml-schema-1.1-dev/NOTICE (original)
+++ xerces/java/branches/xml-schema-1.1-dev/NOTICE Fri Apr 20 04:39:19 2018
@@ -4,7 +4,7 @@
=
 
Apache Xerces Java
-   Copyright 1999-2015 The Apache Software Foundation
+   Copyright 1999-2018 The Apache Software Foundation
 
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

Modified: xerces/java/branches/xml-schema-1.1-dev/docs/docs-book.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/docs-book.xml?rev=1829623=1829622=1829623=diff
==
--- xerces/java/branches/xml-schema-1.1-dev/docs/docs-book.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/docs-book.xml Fri Apr 20 
04:39:19 2018
@@ -17,7 +17,7 @@
 -->
 
 
+  copyright='1999-2018 The Apache Software Foundation'>
  
  
  

svn commit: r1829622 - in /xerces/java/trunk: ./ NOTICE docs/docs-book.xml

2018-04-19 Thread mukulg
Author: mukulg
Date: Fri Apr 20 04:38:10 2018
New Revision: 1829622

URL: http://svn.apache.org/viewvc?rev=1829622=rev
Log:
modifying copyright year in the NOTICE file & footer of all the docs pages

Modified:
xerces/java/trunk/   (props changed)
xerces/java/trunk/NOTICE
xerces/java/trunk/docs/docs-book.xml

Propchange: xerces/java/trunk/
--
--- svn:ignore (added)
+++ svn:ignore Fri Apr 20 04:38:10 2018
@@ -0,0 +1 @@
+build

Modified: xerces/java/trunk/NOTICE
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/NOTICE?rev=1829622=1829621=1829622=diff
==
--- xerces/java/trunk/NOTICE (original)
+++ xerces/java/trunk/NOTICE Fri Apr 20 04:38:10 2018
@@ -4,7 +4,7 @@
=
 
Apache Xerces Java
-   Copyright 1999-2015 The Apache Software Foundation
+   Copyright 1999-2018 The Apache Software Foundation
 
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

Modified: xerces/java/trunk/docs/docs-book.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/docs/docs-book.xml?rev=1829622=1829621=1829622=diff
==
--- xerces/java/trunk/docs/docs-book.xml (original)
+++ xerces/java/trunk/docs/docs-book.xml Fri Apr 20 04:38:10 2018
@@ -17,7 +17,7 @@
 -->
 
 
+  copyright='1999-2018 The Apache Software Foundation'>
  
  
  

svn commit: r26416 - in /dev/xerces/j: ./ 2.12.0/

2018-04-19 Thread mukulg
Author: mukulg
Date: Thu Apr 19 07:30:34 2018
New Revision: 26416

Log:
committing Xerces-J 2.12.0 release candidate files

Added:
dev/xerces/j/
dev/xerces/j/2.12.0/
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz   (with props)
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.asc
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.md5
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.sha512
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.zip   (with props)
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.zip.asc
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.zip.md5
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.zip.sha512
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0.tar.gz   (with props)
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0.tar.gz.asc
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0.tar.gz.md5
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0.tar.gz.sha512
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0.zip   (with props)
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0.zip.asc
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0.zip.md5
dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0.zip.sha512
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz   (with props)
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz.asc
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz.md5
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0-xml-schema-1.1.tar.gz.sha512
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0-xml-schema-1.1.zip   (with props)
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0-xml-schema-1.1.zip.asc
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0-xml-schema-1.1.zip.md5
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0-xml-schema-1.1.zip.sha512
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0.tar.gz   (with props)
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0.tar.gz.asc
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0.tar.gz.md5
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0.tar.gz.sha512
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0.zip   (with props)
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0.zip.asc
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0.zip.md5
dev/xerces/j/2.12.0/Xerces-J-src.2.12.0.zip.sha512
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0-xml-schema-1.1.tar.gz   (with 
props)
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0-xml-schema-1.1.tar.gz.asc
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0-xml-schema-1.1.tar.gz.md5
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0-xml-schema-1.1.tar.gz.sha512
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0-xml-schema-1.1.zip   (with props)
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0-xml-schema-1.1.zip.asc
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0-xml-schema-1.1.zip.md5
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0-xml-schema-1.1.zip.sha512
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0.tar.gz   (with props)
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0.tar.gz.asc
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0.tar.gz.md5
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0.tar.gz.sha512
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0.zip   (with props)
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0.zip.asc
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0.zip.md5
dev/xerces/j/2.12.0/Xerces-J-tools.2.12.0.zip.sha512

Added: dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz
==
Binary file - no diff available.

Propchange: dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz
--
svn:mime-type = application/octet-stream

Added: dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.asc
==
--- dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.asc (added)
+++ dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.asc Thu Apr 
19 07:30:34 2018
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEETY+1cvtq3P1py/4NeyWGprXiXD0FAlrYPk4ACgkQeyWGprXi
+XD0VjQ//Wk5vyO9lJuIPrCC6cQWLgiJTHteQ3frkT8w6IrAsqD0/u1QfS5xqtPDe
+ZO5/WD/T40c5z2TVqoidhTZFfzlYHOT7K/SSea64e0NeaEz48NFHreX90O6+MQCE
+wNOPyJqGWI0k+gfWIeG4SmNF/FYlAGmojS6LFZZhM4HYVgsDI/6lsqwaVedszpfk
+Bdh+LG329clW4c+hPm8NxA9C+/W3eLGpHKuTXCc5RyMWdDTNXJEhfEmO95s/apqb
+Ufn4BaUN96eoaO9SF03+kArU1UlcnMosl6HzbSBfpIEaKnxKtxvJ2Xatp7P7OUqp
+SyQUFXmxvn3Hmq+TLA4HrrIbiDlVKhoBXV2NnbBs6ky7eQ7GbkQMQUFrOiPpIckO
+SL/ykdN5c0/YxHu4W5eFHpeLQ9VRHDjKCxXTS+3mCLD1uep8YYjWmGrOnO6NKCrg
+jSFlMkxWFzvskm2lKggtISeKg+kjAWRoRlTzcTLGoAIxnNk2WscLfTfhdEVcWyVm
+xFkvcJSXm0IjXLArAl1wY895H4/+i5AdW06A7jJixofPJtTISALxy4NODBd6X02P
+B4OMYNIBQPkaCNBx/g77m8oJMkuGWwfEe5UgwNsvWCd/yd/7Js5aeD9Zch8FI23c
+U/4+a8mgFluTFbyLkyXg1LLRfsLw6MdnGwa+5c3/o0USILRkQlU=
+=MPWS
+-END PGP SIGNATURE-

Added: dev/xerces/j/2.12.0/Xerces-J-bin.2.12.0-xml-schema-1.1.tar.gz.md5

svn commit: r1829505 - /xerces/java/tags/Xerces-J_2_12_0-xml-schema-1.1/

2018-04-18 Thread mukulg
Author: mukulg
Date: Thu Apr 19 05:51:05 2018
New Revision: 1829505

URL: http://svn.apache.org/viewvc?rev=1829505=rev
Log:
Tagging Xerces-J 2.12.0 XML Schema 1.1.

Added:
xerces/java/tags/Xerces-J_2_12_0-xml-schema-1.1/
  - copied from r1829504, xerces/java/branches/xml-schema-1.1-dev/


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



svn commit: r1829504 - /xerces/java/tags/Xerces-J_2_12_0/

2018-04-18 Thread mukulg
Author: mukulg
Date: Thu Apr 19 05:50:26 2018
New Revision: 1829504

URL: http://svn.apache.org/viewvc?rev=1829504=rev
Log:
Tagging Xerces-J 2.12.0.

Added:
xerces/java/tags/Xerces-J_2_12_0/
  - copied from r1829503, xerces/java/trunk/


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



svn commit: r1829502 - /xerces/java/tags/Xerces-J_2_12_0-xml-schema-1.1/

2018-04-18 Thread mukulg
Author: mukulg
Date: Thu Apr 19 05:35:18 2018
New Revision: 1829502

URL: http://svn.apache.org/viewvc?rev=1829502=rev
Log:
deleting tag. need to create tag again.

Removed:
xerces/java/tags/Xerces-J_2_12_0-xml-schema-1.1/


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



svn commit: r1829501 - /xerces/java/tags/Xerces-J_2_12_0/

2018-04-18 Thread mukulg
Author: mukulg
Date: Thu Apr 19 05:34:07 2018
New Revision: 1829501

URL: http://svn.apache.org/viewvc?rev=1829501=rev
Log:
deleting tag. need to create tag again.

Removed:
xerces/java/tags/Xerces-J_2_12_0/


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



svn commit: r1829497 - /xerces/java/trunk/docs/xml-schema.xml

2018-04-18 Thread mukulg
Author: mukulg
Date: Thu Apr 19 05:10:54 2018
New Revision: 1829497

URL: http://svn.apache.org/viewvc?rev=1829497=rev
Log:
minor changes to documentation

Modified:
xerces/java/trunk/docs/xml-schema.xml

Modified: xerces/java/trunk/docs/xml-schema.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/docs/xml-schema.xml?rev=1829497=1829496=1829497=diff
==
--- xerces/java/trunk/docs/xml-schema.xml (original)
+++ xerces/java/trunk/docs/xml-schema.xml Thu Apr 19 05:10:54 2018
@@ -18,24 +18,22 @@
 
 
 
-This package contains an implementation of the W3C XML 
-Schema 1.0 Language, a recommendation of the Worldwide Web Consortium
-available in three parts:  
+This package contains the implementations of the W3C XML 
+Schema 1.0 and 1.1 Languages, that are recommendation of the Worldwide 
Web Consortium.
+The XML Schema 1.0 Language is available in three parts:  
 http://www.w3.org/TR/XMLSchema-0;>XML Schema:  
Primer  and
 http://www.w3.org/TR/XMLSchema-1;>XML Schema:  
Structures  and
-http://www.w3.org/TR/XMLSchema-2;>XML Schema:  
Datatypes. 
-We consider this implementation to be complete except for the
-limitations cited below.  The implementation has been
-extensively tested and known problem areas are set out below.
-This package also contains a partial experimental implementation 
-of the XML Schema 1.1
-Structures 
and
-Datatypes
-Working Drafts (December 2009). The XML Schema 1.1 features supported 
by this
-release are listed below.
+http://www.w3.org/TR/XMLSchema-2;>XML Schema:  
Datatypes.
+The XML Schema 1.1 Language is available in two parts:
+Structures and
+Datatypes.
+The XML Schema 1.1 features supported by this release are listed below.
 In this document we also discuss our interpretation of the
 specifications where it seems to us particularly likely that
 others might arrive at a different interpretation.
+We consider this implementation to be complete except for the
+limitations cited below. The implementation has been
+extensively tested and known problem areas are set out below.
 Please read this document before using this package.
 
 



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



svn commit: r1829499 - /xerces/java/branches/xml-schema-1.1-dev/docs/xml-schema.xml

2018-04-18 Thread mukulg
Author: mukulg
Date: Thu Apr 19 05:11:38 2018
New Revision: 1829499

URL: http://svn.apache.org/viewvc?rev=1829499=rev
Log:
minor changes to documentation

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

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=1829499=1829498=1829499=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 Thu Apr 19 
05:11:38 2018
@@ -18,24 +18,22 @@
 
 
 
-This package contains an implementation of the W3C XML 
-Schema 1.0 Language, a recommendation of the Worldwide Web Consortium
-available in three parts:  
+This package contains the implementations of the W3C XML 
+Schema 1.0 and 1.1 Languages, that are recommendation of the Worldwide 
Web Consortium.
+The XML Schema 1.0 Language is available in three parts:  
 http://www.w3.org/TR/XMLSchema-0;>XML Schema:  
Primer  and
 http://www.w3.org/TR/XMLSchema-1;>XML Schema:  
Structures  and
-http://www.w3.org/TR/XMLSchema-2;>XML Schema:  
Datatypes. 
-We consider this implementation to be complete except for the
-limitations cited below.  The implementation has been
-extensively tested and known problem areas are set out below.
-This package also contains a partial experimental implementation 
-of the XML Schema 1.1
-Structures 
and
-Datatypes
-Working Drafts (December 2009). The XML Schema 1.1 features supported 
by this
-release are listed below.
+http://www.w3.org/TR/XMLSchema-2;>XML Schema:  
Datatypes.
+The XML Schema 1.1 Language is available in two parts:
+Structures and
+Datatypes.
+The XML Schema 1.1 features supported by this release are listed below.
 In this document we also discuss our interpretation of the
 specifications where it seems to us particularly likely that
 others might arrive at a different interpretation.
+We consider this implementation to be complete except for the
+limitations cited below. The implementation has been
+extensively tested and known problem areas are set out below.
 Please read this document before using this package.
 
 



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



svn commit: r1829418 - /xerces/java/tags/Xerces-J_2_12_0-xml-schema-1.1/

2018-04-17 Thread mukulg
Author: mukulg
Date: Wed Apr 18 04:21:03 2018
New Revision: 1829418

URL: http://svn.apache.org/viewvc?rev=1829418=rev
Log:
Tagging Xerces-J 2.12.0 XML Schema 1.1.

Added:
xerces/java/tags/Xerces-J_2_12_0-xml-schema-1.1/
  - copied from r1829417, xerces/java/branches/xml-schema-1.1-dev/


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



svn commit: r1829346 - /xerces/java/trunk/KEYS

2018-04-17 Thread mukulg
Author: mukulg
Date: Tue Apr 17 09:05:14 2018
New Revision: 1829346

URL: http://svn.apache.org/viewvc?rev=1829346=rev
Log:
appending my code signing key to KEYS file

Modified:
xerces/java/trunk/KEYS

Modified: xerces/java/trunk/KEYS
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/KEYS?rev=1829346=1829345=1829346=diff
==
--- xerces/java/trunk/KEYS (original)
+++ xerces/java/trunk/KEYS Tue Apr 17 09:05:14 2018
@@ -300,3 +300,58 @@ wQTy0MP7qPXUiEkEGBECAAkFAkGP1VMCGwwACgkQ
 mXu+1q755Iu7+Ke+/LgAn2BLQWBFsDmmWyPMfJlwTPoHLC+F
 =2zre
 -END PGP PUBLIC KEY BLOCK-
+
+Name   User ID
+Mukul Gandhi   muk...@apache.org
+-BEGIN PGP PUBLIC KEY BLOCK-
+
+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
+6CMlHiO/MH1/Ktz2a7NW
+=hMIE
+-END PGP PUBLIC KEY BLOCK-



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



svn commit: r1829345 - /xerces/java/branches/xml-schema-1.1-dev/KEYS

2018-04-17 Thread mukulg
Author: mukulg
Date: Tue Apr 17 09:00:38 2018
New Revision: 1829345

URL: http://svn.apache.org/viewvc?rev=1829345=rev
Log:
appending my code signing key to KEYS file

Modified:
xerces/java/branches/xml-schema-1.1-dev/KEYS

Modified: xerces/java/branches/xml-schema-1.1-dev/KEYS
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/KEYS?rev=1829345=1829344=1829345=diff
==
--- xerces/java/branches/xml-schema-1.1-dev/KEYS (original)
+++ xerces/java/branches/xml-schema-1.1-dev/KEYS Tue Apr 17 09:00:38 2018
@@ -300,3 +300,58 @@ wQTy0MP7qPXUiEkEGBECAAkFAkGP1VMCGwwACgkQ
 mXu+1q755Iu7+Ke+/LgAn2BLQWBFsDmmWyPMfJlwTPoHLC+F
 =2zre
 -END PGP PUBLIC KEY BLOCK-
+
+Name   User ID
+Mukul Gandhi   muk...@apache.org
+-BEGIN PGP PUBLIC KEY BLOCK-
+
+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
+6CMlHiO/MH1/Ktz2a7NW
+=hMIE
+-END PGP PUBLIC KEY BLOCK-



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



svn commit: r1829333 - /xerces/java/branches/xml-schema-1.1-dev/docs/readme.xml

2018-04-16 Thread mukulg
Author: mukulg
Date: Tue Apr 17 05:50:23 2018
New Revision: 1829333

URL: http://svn.apache.org/viewvc?rev=1829333=rev
Log:
doing some edits in the documentation

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

Modified: xerces/java/branches/xml-schema-1.1-dev/docs/readme.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/readme.xml?rev=1829333=1829332=1829333=diff
==
--- xerces/java/branches/xml-schema-1.1-dev/docs/readme.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/readme.xml Tue Apr 17 05:50:23 
2018
@@ -34,15 +34,10 @@
   XNI Manual.
 
 
-  Xerces2 is a 
- fully conforming XML Schema 1.0 processor. A partial 
experimental implementation
- of the XML Schema 1.1
- Structures 
and
- Datatypes
- Working Drafts (December 2009) and an experimental implementation of 
the 
+  Xerces2 is a fully conforming XML Schema 1.0 and 1.1 processor. An 
experimental implementation of the 
  XML 
Schema Definition
  Language (XSD): Component Designators (SCD) Candidate 
Recommendation (January 2010)  
- are provided for evaluation. For more information, refer to the 
+ is also provided for evaluation. For more information, refer to the 

  XML Schema page.
 
 
@@ -134,10 +129,9 @@
   
   
XML Schema 1.1
-   Structures
+   Structures
and
-   Datatypes
-   Working Drafts (December 2009)
+   Datatypes 
Recommendations
  
   
 XML 
Schema Definition Language 
@@ -158,9 +152,7 @@
 
 
   The   expands on its experimental support 
for XML Schema 1.1
-  by providing implementations for the simplified complex type restriction 
rules (also known as
-  subsumption), xs:override and a few other XML Schema 1.1 features. This 
release also introduces
-  experimental support for XML Schema Component Designators (SCD). It 
fixes several bugs which
+  by providing fully compliant XML Schema 1.1 implementation. It fixes 
several bugs which
   were present in the previous release and also includes a few other minor 
enhancements.
 
 



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



svn commit: r1829332 - /xerces/java/trunk/docs/readme.xml

2018-04-16 Thread mukulg
Author: mukulg
Date: Tue Apr 17 05:49:43 2018
New Revision: 1829332

URL: http://svn.apache.org/viewvc?rev=1829332=rev
Log:
doing some edits in the documentation

Modified:
xerces/java/trunk/docs/readme.xml

Modified: xerces/java/trunk/docs/readme.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/docs/readme.xml?rev=1829332=1829331=1829332=diff
==
--- xerces/java/trunk/docs/readme.xml (original)
+++ xerces/java/trunk/docs/readme.xml Tue Apr 17 05:49:43 2018
@@ -34,15 +34,10 @@
   XNI Manual.
 
 
-  Xerces2 is a 
- fully conforming XML Schema 1.0 processor. A partial 
experimental implementation
- of the XML Schema 1.1
- Structures 
and
- Datatypes
- Working Drafts (December 2009) and an experimental implementation of 
the 
+  Xerces2 is a fully conforming XML Schema 1.0 and 1.1 processor. An 
experimental implementation of the 
  XML 
Schema Definition
  Language (XSD): Component Designators (SCD) Candidate 
Recommendation (January 2010)  
- are provided for evaluation. For more information, refer to the 
+ is also provided for evaluation. For more information, refer to the 

  XML Schema page.
 
 
@@ -134,10 +129,9 @@
   
   
XML Schema 1.1
-   Structures
+   Structures
and
-   Datatypes
-   Working Drafts (December 2009)
+   Datatypes 
Recommendations
  
   
 XML 
Schema Definition Language 
@@ -158,9 +152,7 @@
 
 
   The   expands on its experimental support 
for XML Schema 1.1
-  by providing implementations for the simplified complex type restriction 
rules (also known as
-  subsumption), xs:override and a few other XML Schema 1.1 features. This 
release also introduces
-  experimental support for XML Schema Component Designators (SCD). It 
fixes several bugs which
+  by providing fully compliant XML Schema 1.1 implementation. It fixes 
several bugs which
   were present in the previous release and also includes a few other minor 
enhancements.
 
 



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



svn commit: r1829330 - /xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml

2018-04-16 Thread mukulg
Author: mukulg
Date: Tue Apr 17 05:07:16 2018
New Revision: 1829330

URL: http://svn.apache.org/viewvc?rev=1829330=rev
Log:
minor changes to release info page

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

Modified: xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml?rev=1829330=1829329=1829330=diff
==
--- xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml Tue Apr 17 
05:07:16 2018
@@ -37,7 +37,7 @@
 
Implemented improvements to XML Schema 1.1 CTA implementation and 
inheritable attributes.
 
-
+


  
@@ -47,12 +47,6 @@


  
-Optimization for the call NodeImpl.lookupNamespaceURI(String) in 
implementation.
- 
-  
-   
-   
- 
 Implemented few performance enhancements (affecting 
parsing/validation latency and memory footprint) to the implementation.
  
   



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



svn commit: r1829248 - /xerces/java/trunk/docs/releases.xml

2018-04-16 Thread mukulg
Author: mukulg
Date: Mon Apr 16 10:09:37 2018
New Revision: 1829248

URL: http://svn.apache.org/viewvc?rev=1829248=rev
Log:
updating Release Info page meta-data for 2.12.0 release

Modified:
xerces/java/trunk/docs/releases.xml

Modified: xerces/java/trunk/docs/releases.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/docs/releases.xml?rev=1829248=1829247=1829248=diff
==
--- xerces/java/trunk/docs/releases.xml (original)
+++ xerces/java/trunk/docs/releases.xml Mon Apr 16 10:09:37 2018
@@ -18,6 +18,89 @@
 
 
 
+  
+   
+
+ This release expands on Xerces-J's experimental support for XML Schema 1.1
+  by providing a fully compliant XML Schema 1.1 implementation. It fixes 
several bugs 
+  which were present in  2.11.0 and also includes a few other 
minor enhancements.  
+
+   
+  
+   
+
+   Report all id/idref problems when validating XML against DTD or XML 
Schema.
+
+
+   
+   
+
+   Implemented improvements to XML Schema 1.1 CTA implementation and 
inheritable attributes.
+
+
+   
+   
+ 
+   Implemented improved error/warning message reporting for 
various XML Schema use cases.
+
+ 
+   
+   
+ 
+Optimization for the call NodeImpl.lookupNamespaceURI(String) in 
implementation.
+ 
+  
+   
+   
+ 
+Implemented few performance enhancements (affecting 
parsing/validation latency and memory footprint) to the implementation.
+ 
+  
+   
+   
+   
+   Fixed minor bugs in Xerces-J's regex support in XML Schema 
pattern facet.
+   
+   
+  
+   
+   
+   Implemented various fixes to XML Schema 1.1 assert/assertion 
implementation.
+   
+   
+   
+   
+   
+   Implemented minor and major fixes in certain areas, to XML 
Schema 1.0 and 1.1 implementations.
+   
+   
+  
+   
+   
+   Fixed the issue related to, XIncludeTextReader doesn't handle 
null Content Types properly.
+   
+   
+  
+   
+   
+   Fixed minor problems in the DOM (Level 3 Core) implementation.
+   
+   
+   
+   
+   
+   Fixed few errors related to Xerces-J's build component.
+   
+   
+  
+   
+   
+   Solved a minor bug in SoftReferenceSymbolTable implementation 
component.
+   
+   
+  
+   
+  
   

 



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



svn commit: r1829240 - /xerces/java/branches/xml-schema-1.1-dev/build.xml

2018-04-16 Thread mukulg
Author: mukulg
Date: Mon Apr 16 06:19:06 2018
New Revision: 1829240

URL: http://svn.apache.org/viewvc?rev=1829240=rev
Log:
mentioning 2.12.0 version number in build.xml file

Modified:
xerces/java/branches/xml-schema-1.1-dev/build.xml

Modified: xerces/java/branches/xml-schema-1.1-dev/build.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/build.xml?rev=1829240=1829239=1829240=diff
==
--- xerces/java/branches/xml-schema-1.1-dev/build.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/build.xml Mon Apr 16 06:19:06 2018
@@ -57,9 +57,9 @@ Authors:
 
 
 
-
-
-
+
+
+
 
 
 
@@ -79,7 +79,7 @@ Authors:
 
 
 
-
+
 
 
 



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



svn commit: r1829239 - /xerces/java/trunk/build.xml

2018-04-16 Thread mukulg
Author: mukulg
Date: Mon Apr 16 06:17:53 2018
New Revision: 1829239

URL: http://svn.apache.org/viewvc?rev=1829239=rev
Log:
mentioning 2.12.0 version number in build.xml file

Modified:
xerces/java/trunk/build.xml

Modified: xerces/java/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/build.xml?rev=1829239=1829238=1829239=diff
==
--- xerces/java/trunk/build.xml (original)
+++ xerces/java/trunk/build.xml Mon Apr 16 06:17:53 2018
@@ -57,9 +57,9 @@ Authors:
 
 
 
-
-
-
+
+
+
 
 
 
@@ -76,7 +76,7 @@ Authors:
 
 
 
-
+
 
 
 



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



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

2018-04-15 Thread mukulg
Author: mukulg
Date: Mon Apr 16 04:46:21 2018
New Revision: 1829236

URL: http://svn.apache.org/viewvc?rev=1829236=rev
Log:
doing minor reordering of FAQ entries, reflecting the relative importance

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=1829236=1829235=1829236=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 Apr 16 04:46:21 
2018
@@ -98,11 +98,28 @@ v.validate(instanceDocument);
  Xerces uses.), Dave Carver (Dave helped to set up software 
infrastructure at Eclipse Foundation's Web Tools Platform project,
  for testing the XPath 2.0 processor as per W3C XPath 2.0 test 
suite. He also helped to improve compliance of
  XPath 2.0 processor, to the W3C XPath 2.0 test suite by providing 
numerous bug fixes and implementation.),
- Jesper Steen Moeller (Jesper as an Eclipse's Web Tools Platform 
committer, helped improve the implementation
+ Jesper Steen Moeller (Jesper as an Eclipse's Web Tools Platform 
committer, helped to improve the implementation
  of the XPath 2.0 processor).
   

   
+  
+How does the XML Schema processor treat entities and CDATA sections?
+ 
+  According to the XML Infoset the infoset items contributing to the 
+   [character
+ information item] are: characters in the document, whether 
literally, as
+   a character reference, or within a CDATA section, or within Entity
+   Reference. The XML Schema specification 
+   "requires as a precondition for assessment
+   an information set as defined in [XML-Infoset]" 
+   (Appendix 
D) and thus Xerces might attempt to normalize data in an entity
+   reference or CDATA section.  To preserve character data within entity 
references and 
+   CDATA sections, 
+   turn off 
http://apache.org/xml/features/validation/schema/normalized-value feature.
+  
+
+  
   
  How to specify a user defined error message, when an XML Schema 1.1 
assertion returns a 'false' result?
  
@@ -128,23 +145,6 @@ v.validate(instanceDocument);
 
  
   
-  
-How does the XML Schema processor treat entities and CDATA sections?
- 
-  According to the XML Infoset the infoset items contributing to the 
-   [character
- information item] are: characters in the document, whether 
literally, as
-   a character reference, or within a CDATA section, or within Entity
-   Reference. The XML Schema specification 
-   "requires as a precondition for assessment
-   an information set as defined in [XML-Infoset]" 
-   (Appendix 
D) and thus Xerces might attempt to normalize data in an entity
-   reference or CDATA section.  To preserve character data within entity 
references and 
-   CDATA sections, 
-   turn off 
http://apache.org/xml/features/validation/schema/normalized-value feature.
-  
-
-  
   
 Does Xerces provide access to the post schema validation infoset 
(PSVI)?
 



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



svn commit: r1829235 - /xerces/java/trunk/docs/faq-xs.xml

2018-04-15 Thread mukulg
Author: mukulg
Date: Mon Apr 16 04:45:33 2018
New Revision: 1829235

URL: http://svn.apache.org/viewvc?rev=1829235=rev
Log:
doing minor reordering of FAQ entries, reflecting the relative importance

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=1829235=1829234=1829235=diff
==
--- xerces/java/trunk/docs/faq-xs.xml (original)
+++ xerces/java/trunk/docs/faq-xs.xml Mon Apr 16 04:45:33 2018
@@ -98,11 +98,28 @@ v.validate(instanceDocument);
  Xerces uses.), Dave Carver (Dave helped to set up software 
infrastructure at Eclipse Foundation's Web Tools Platform project,
  for testing the XPath 2.0 processor as per W3C XPath 2.0 test 
suite. He also helped to improve compliance of
  XPath 2.0 processor, to the W3C XPath 2.0 test suite by providing 
numerous bug fixes and implementation.),
- Jesper Steen Moeller (Jesper as an Eclipse's Web Tools Platform 
committer, helped improve the implementation
+ Jesper Steen Moeller (Jesper as an Eclipse's Web Tools Platform 
committer, helped to improve the implementation
  of the XPath 2.0 processor).
   

   
+  
+How does the XML Schema processor treat entities and CDATA sections?
+ 
+  According to the XML Infoset the infoset items contributing to the 
+   [character
+ information item] are: characters in the document, whether 
literally, as
+   a character reference, or within a CDATA section, or within Entity
+   Reference. The XML Schema specification 
+   "requires as a precondition for assessment
+   an information set as defined in [XML-Infoset]" 
+   (Appendix 
D) and thus Xerces might attempt to normalize data in an entity
+   reference or CDATA section.  To preserve character data within entity 
references and 
+   CDATA sections, 
+   turn off 
http://apache.org/xml/features/validation/schema/normalized-value feature.
+  
+
+  
   
  How to specify a user defined error message, when an XML Schema 1.1 
assertion returns a 'false' result?
  
@@ -128,24 +145,6 @@ v.validate(instanceDocument);
 
  
   
-  
-How does the XML Schema processor treat entities and CDATA sections?
- 
-  According to the XML Infoset the infoset items contributing to the 
-   [character
- information item] are: characters in the document, whether 
literally, as
-   a character reference, or within a CDATA section, or within Entity
-   Reference. The XML Schema specification 
-   "requires as a precondition for assessment
-   an information set as defined in [XML-Infoset]" 
-   (Appendix 
D) and thus Xerces might attempt to normalize data in an entity
-   reference or CDATA section.  To preserve character data within entity 
references and 
-   CDATA sections, 
-   turn off 
http://apache.org/xml/features/validation/schema/normalized-value feature.
-  
-
-  
-
   
 Does Xerces provide access to the post schema validation infoset 
(PSVI)?
 



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



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

2018-03-14 Thread mukulg
Author: mukulg
Date: Wed Mar 14 12:41:24 2018
New Revision: 1826707

URL: http://svn.apache.org/viewvc?rev=1826707=rev
Log:
minor changes 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=1826707=1826706=1826707=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 Wed Mar 14 12:41:24 
2018
@@ -25,7 +25,7 @@
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.
-  For XML Schema 1.1 validation, you'll need to use the JAXP
+  For XML Schema 1.1 validation, the preferred way is to use the JAXP
   validation API, using the XSD 1.1 Schema factory. Here's an example: 
   import javax.xml.transform.Source;
 import javax.xml.transform.stream.StreamSource;
@@ -44,6 +44,12 @@ Schema s = sf.newSchema(schemaDocuments)
 Validator v = s.newValidator();
 v.validate(instanceDocument);
 
+  Similar to XML Schema 1.0 validation using SAXParser and DOMParser 
classes that was
+ available earlier with Xerces, the same has been enhanced to support 
XML Schema 1.1
+ validation as well. To be able to do this, we need to construct the 
XSD 1.1 Schema factory
+ with the following java statement, 
SchemaFactory.newInstance("http://www.w3.org/XML/XMLSchema/v1.1;)
+ and do the subsequent validation. 
+  
   You can also refer to the JAXP sample, SourceValidator, where you
  can validate XML documents against 1.1 schemas by specifying the 
"-xsd11"
  flag when running the sample.
@@ -51,8 +57,7 @@ v.validate(instanceDocument);
grammars it uses by using an xsi:schemaLocation attribute if they use
namespaces, and an xsi:noNamespaceSchemaLocation attribute
otherwise.  These are usually placed on the root / top-level element 
-   in the document, though they may occur on any element; for more details 
see XML
-   Schema Part 1 section 4.3.2. 
+   in the document, though they may occur on any element; for more details 
see https://www.w3.org/TR/xmlschema-1/#composition-instances;>XML 
Schema Part 1 section 4.3.2. 
Here is an example with no target namespace: 
   document
 xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
@@ -73,23 +78,6 @@ v.validate(instanceDocument);
   
 
 
-  
-How does the XML Schema processor treat entities and CDATA sections?
- 
-  According to the XML Infoset the infoset items contributing to the 
-   [character
- information item] are: characters in the document, whether 
literally, as
-   a character reference, or within a CDATA section, or within Entity
-   Reference. The XML Schema specification 
-   "requires as a precondition for assessment
-   an information set as defined in [XML-Infoset]" 
-   (Appendix 
D) and thus Xerces might attempt to normalize data in an entity
-   reference or CDATA section.  To preserve character data within entity 
references and 
-   CDATA sections, 
-   turn off 
http://apache.org/xml/features/validation/schema/normalized-value feature.
-  
-
-  
   
How an XPath 2.0 engine is used for XML Schema 1.1 assertions and 
CTAs?

@@ -140,6 +128,23 @@ v.validate(instanceDocument);
 
  
   
+  
+How does the XML Schema processor treat entities and CDATA sections?
+ 
+  According to the XML Infoset the infoset items contributing to the 
+   [character
+ information item] are: characters in the document, whether 
literally, as
+   a character reference, or within a CDATA section, or within Entity
+   Reference. The XML Schema specification 
+   "requires as a precondition for assessment
+   an information set as defined in [XML-Infoset]" 
+   (Appendix 
D) and thus Xerces might attempt to normalize data in an entity
+   reference or CDATA section.  To preserve character data within entity 
references and 
+   CDATA sections, 
+   turn off 
http://apache.org/xml/features/validation/schema/normalized-value feature.
+  
+
+  
   
 Does Xerces provide access to the post schema validation infoset 
(PSVI)?
 



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



svn commit: r1826706 - /xerces/java/trunk/docs/faq-xs.xml

2018-03-14 Thread mukulg
Author: mukulg
Date: Wed Mar 14 12:40:43 2018
New Revision: 1826706

URL: http://svn.apache.org/viewvc?rev=1826706=rev
Log:
minor changes 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=1826706=1826705=1826706=diff
==
--- xerces/java/trunk/docs/faq-xs.xml (original)
+++ xerces/java/trunk/docs/faq-xs.xml Wed Mar 14 12:40:43 2018
@@ -25,7 +25,7 @@
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.
-  For XML Schema 1.1 validation, you'll need to use the JAXP
+  For XML Schema 1.1 validation, the preferred way is to use the JAXP
   validation API, using the XSD 1.1 Schema factory. Here's an example: 
   import javax.xml.transform.Source;
 import javax.xml.transform.stream.StreamSource;
@@ -44,6 +44,12 @@ Schema s = sf.newSchema(schemaDocuments)
 Validator v = s.newValidator();
 v.validate(instanceDocument);
 
+  Similar to XML Schema 1.0 validation using SAXParser and DOMParser 
classes that was
+ available earlier with Xerces, the same has been enhanced to support 
XML Schema 1.1
+ validation as well. To be able to do this, we need to construct the 
XSD 1.1 Schema factory
+ with the following java statement, 
SchemaFactory.newInstance("http://www.w3.org/XML/XMLSchema/v1.1;)
+ and do the subsequent validation. 
+  
   You can also refer to the JAXP sample, SourceValidator, where you
  can validate XML documents against 1.1 schemas by specifying the 
"-xsd11"
  flag when running the sample.
@@ -51,8 +57,7 @@ v.validate(instanceDocument);
grammars it uses by using an xsi:schemaLocation attribute if they use
namespaces, and an xsi:noNamespaceSchemaLocation attribute
otherwise.  These are usually placed on the root / top-level element 
-   in the document, though they may occur on any element; for more details 
see XML
-   Schema Part 1 section 4.3.2. 
+   in the document, though they may occur on any element; for more details 
see https://www.w3.org/TR/xmlschema-1/#composition-instances;>XML 
Schema Part 1 section 4.3.2. 
Here is an example with no target namespace: 
   document
 xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'



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



svn commit: r1826537 - /xerces/java/trunk/docs/faq-xs.xml

2018-03-12 Thread mukulg
Author: mukulg
Date: Mon Mar 12 11:56:43 2018
New Revision: 1826537

URL: http://svn.apache.org/viewvc?rev=1826537=rev
Log:
some changes to XML Schema 1.1 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=1826537=1826536=1826537=diff
==
--- xerces/java/trunk/docs/faq-xs.xml (original)
+++ xerces/java/trunk/docs/faq-xs.xml Mon Mar 12 11:56:43 2018
@@ -74,31 +74,55 @@ v.validate(instanceDocument);
 
   
   
-   How Xerces-J uses an XPath 2.0 engine for XML Schema 1.1 assertions 
and type alternatives?
+   How an XPath 2.0 engine is used for XML Schema 1.1 assertions and 
CTAs?

-  XML Schema 1.1 'assertions' and 'type alternatives' require an 
http://www.w3.org/TR/xpath20/;>XPath 2.0 processor
-  for evaluation. For XSD 1.1 assertions, full XPath 2.0 support is 
required. For XSD 1.1 type alternatives, XML schema engines can
-  provide full XPath 2.0 support or they can implement a smaller XPath 
2.0 subset, as defined by the XSD 1.1 language.
-  Within the type alternatives implementation, Xerces-J first attempts 
to compile the XPath expression with a native Xerces "XPath subset"
-  parser. If parsing with the native Xerces "XPath subset" parser 
fails, Xerces-J transparently switches over to another processor which 
-  supports all of XPath 2.0. The native processor in Xerces-J was 
written for efficiency, so you will likely get better performance if your
-  XPath expressions fall within the minimum subset defined by the XML 
Schema 1.1 specification. For full XPath 2.0 evaluation 
-  (for XSD 1.1 'assertions', and optionally for 'type alternatives'), 
Xerces-J uses the 
-  http://wiki.eclipse.org/PsychoPathXPathProcessor;>Eclipse/PsychoPath 
XPath 2.0 engine.
+  XML Schema 1.1 assertions and CTAs require an XPath processor 
during evaluation. For XSD 1.1 assertions,
+  full http://www.w3.org/TR/xpath20/;>XPath 2.0 
support is required. For XSD 1.1 CTAs the XSD schema engines can
+  provide full XPath 2.0 support, or they can implement a http://www.w3.org/TR/xmlschema11-1/#coss-ta;>smaller XPath subset
+  as defined by the XSD 1.1 language. For CTAs Xerces uses the XSD 1.1 
CTA XPath subset language by default, but can be made to use the full XPath 2.0 
support by
+  setting the value of Xerces feature 
http://apache.org/xml/features/validation/cta-full-xpath-checking 
to 'true'.
+  The native CTA XPath processor in Xerces-J was written for 
efficiency, so you will likely get better performance if your
+  XPath expressions fall within the minimum subset defined by the XML 
Schema 1.1 specification. For full XPath 2.0 evaluation
+  (for XSD 1.1 assertions, and optionally for CTAs), Xerces-J uses the 
http://wiki.eclipse.org/PsychoPathXPathProcessor;>Eclipse/PsychoPath 
XPath 2.0 engine.
+  Xerces-J does bundle along a PsychoPath XPath 2.0 jar (which 
requires JDK 1.4 or later).
   
   
-  Xerces-J bundles a PsychoPath XPath 2.0 jar (which requires JDK 1.4 
or later).
+ We would like to acknowledge, work of following people for the 
XPath 2.0 support that comes with Xerces's
+ XML Schema 1.1 processor: Andrea Bittau (responsible for the 
original design and implementation, of XPath 2.0
+ processor that's been used by Xerces. Andrea donated his XPath 
2.0 processor to the Eclipse Foundation, that
+ Xerces uses.), Dave Carver (Dave helped to set up software 
infrastructure at Eclipse Foundation's Web Tools Platform project,
+ for testing the XPath 2.0 processor as per W3C XPath 2.0 test 
suite. He also helped to improve compliance of
+ XPath 2.0 processor, to the W3C XPath 2.0 test suite by providing 
numerous bug fixes and implementation.),
+ Jesper Steen Moeller (Jesper as an Eclipse's Web Tools Platform 
committer, helped improve the implementation
+ of the XPath 2.0 processor).
   
-  
-  Users should be aware that more recent releases of the PsychoPath
-  XPath engine may have better conformance to the W3C XPath 2.0 
language than the PsychoPath XPath 2.0 jar that's bundled with Apache Xerces-J.
-  Builds of the PsychoPath XPath 2.0 jar are available for download 
from following location,  
-  http://www.eclipse.org/webtools/;>Eclipse Web Tools 
Platform (WTP) Project - The latest 'Released' or a 'Stable milestone' 
-  WTP version can be downloaded from here (from which the PsychoPath 
XPath 2.0 jar can be extracted). The latest PsychoPath XPath 2.0 engine
-  builds at Eclipse require a minimum JDK level of 1.5.

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

2018-03-12 Thread mukulg
Author: mukulg
Date: Mon Mar 12 11:56:01 2018
New Revision: 1826536

URL: http://svn.apache.org/viewvc?rev=1826536=rev
Log:
some changes to XML Schema 1.1 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=1826536=1826535=1826536=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 Mar 12 11:56:01 
2018
@@ -103,6 +103,16 @@ v.validate(instanceDocument);
   (for XSD 1.1 assertions, and optionally for CTAs), Xerces-J uses the 
http://wiki.eclipse.org/PsychoPathXPathProcessor;>Eclipse/PsychoPath 
XPath 2.0 engine.
   Xerces-J does bundle along a PsychoPath XPath 2.0 jar (which 
requires JDK 1.4 or later).
   
+  
+ We would like to acknowledge, work of following people for the 
XPath 2.0 support that comes with Xerces's
+ XML Schema 1.1 processor: Andrea Bittau (responsible for the 
original design and implementation, of XPath 2.0
+ processor that's been used by Xerces. Andrea donated his XPath 
2.0 processor to the Eclipse Foundation, that
+ Xerces uses.), Dave Carver (Dave helped to set up software 
infrastructure at Eclipse Foundation's Web Tools Platform project,
+ for testing the XPath 2.0 processor as per W3C XPath 2.0 test 
suite. He also helped to improve compliance of
+ XPath 2.0 processor, to the W3C XPath 2.0 test suite by providing 
numerous bug fixes and implementation.),
+ Jesper Steen Moeller (Jesper as an Eclipse's Web Tools Platform 
committer, helped improve the implementation
+ of the XPath 2.0 processor).
+  

   
   



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



svn commit: r1824739 - /xerces/java/trunk/docs/faq-general.xml

2018-02-19 Thread mukulg
Author: mukulg
Date: Mon Feb 19 11:24:08 2018
New Revision: 1824739

URL: http://svn.apache.org/viewvc?rev=1824739=rev
Log:
minor change to documentation

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

Modified: xerces/java/trunk/docs/faq-general.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/docs/faq-general.xml?rev=1824739=1824738=1824739=diff
==
--- xerces/java/trunk/docs/faq-general.xml (original)
+++ xerces/java/trunk/docs/faq-general.xml Mon Feb 19 11:24:08 2018
@@ -298,7 +298,7 @@ and xni.parser.PSVIConfiguration.

 As of version 2.10.0, Xerces requires JDK 1.3 or later to run and also 
requires JDK 1.3 or
 later to build the source code. Starting with the Xerces 2.11.0 release, 
the XML Schema 1.1
-experimental distribution requires JDK 1.4 or later to run and also to 
build the source code.
+distribution requires JDK 1.4 or later to run and also to build the source 
code.

   
  



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



svn commit: r1824738 - /xerces/java/branches/xml-schema-1.1-dev/docs/faq-general.xml

2018-02-19 Thread mukulg
Author: mukulg
Date: Mon Feb 19 11:23:22 2018
New Revision: 1824738

URL: http://svn.apache.org/viewvc?rev=1824738=rev
Log:
minor change to documentation

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

Modified: xerces/java/branches/xml-schema-1.1-dev/docs/faq-general.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/faq-general.xml?rev=1824738=1824737=1824738=diff
==
--- xerces/java/branches/xml-schema-1.1-dev/docs/faq-general.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/faq-general.xml Mon Feb 19 
11:23:22 2018
@@ -298,7 +298,7 @@ and xni.parser.PSVIConfiguration.

 As of version 2.10.0, Xerces requires JDK 1.3 or later to run and also 
requires JDK 1.3 or
 later to build the source code. Starting with the Xerces 2.11.0 release, 
the XML Schema 1.1
-experimental distribution requires JDK 1.4 or later to run and also to 
build the source code.
+distribution requires JDK 1.4 or later to run and also to build the source 
code.

   
  



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



svn commit: r1824226 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/jaxp/SAXParserImpl.java

2018-02-14 Thread mukulg
Author: mukulg
Date: Wed Feb 14 11:43:19 2018
New Revision: 1824226

URL: http://svn.apache.org/viewvc?rev=1824226=rev
Log:
as per jira issue XERCESJ-1688, committing implementation of XSD 1.1 validation 
when doing SAX parsing

Modified:

xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/jaxp/SAXParserImpl.java

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/jaxp/SAXParserImpl.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/jaxp/SAXParserImpl.java?rev=1824226=1824225=1824226=diff
==
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/jaxp/SAXParserImpl.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/jaxp/SAXParserImpl.java
 Wed Feb 14 11:43:19 2018
@@ -87,6 +87,10 @@ public class SAXParserImpl extends javax
 /** Property identifier: security manager. */
 private static final String SECURITY_MANAGER =
 Constants.XERCES_PROPERTY_PREFIX + Constants.SECURITY_MANAGER_PROPERTY;
+
+/** Property identifier: XML Schema version. */
+private static final String XML_SCHEMA_VERSION =
+Constants.XERCES_PROPERTY_PREFIX + 
Constants.XML_SCHEMA_VERSION_PROPERTY;
 
 private final JAXPSAXParser xmlReader;
 private String schemaLanguage = null; // null means DTD
@@ -166,7 +170,11 @@ public class SAXParserImpl extends javax
 XMLComponent validatorComponent = null;
 /** For Xerces grammars, use built-in schema validator. **/
 if (grammar instanceof XSGrammarPoolContainer) {
+String xmlSchemaVersion = ((XSGrammarPoolContainer) 
grammar).getXMLSchemaVersion();
 validatorComponent = new XMLSchemaValidator();
+if 
((Constants.W3C_XML_SCHEMA11_NS_URI).equals(xmlSchemaVersion)) {
+validatorComponent.setProperty(XML_SCHEMA_VERSION, 
Constants.W3C_XML_SCHEMA11_NS_URI);
+}
 fSchemaValidationManager = new ValidationManager();
 fUnparsedEntityHandler = new 
UnparsedEntityHandler(fSchemaValidationManager);
 config.setDTDHandler(fUnparsedEntityHandler);



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



svn commit: r1824207 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/jaxp/DocumentBuilderImpl.java

2018-02-14 Thread mukulg
Author: mukulg
Date: Wed Feb 14 09:45:12 2018
New Revision: 1824207

URL: http://svn.apache.org/viewvc?rev=1824207=rev
Log:
as per jira issue XERCESJ-1688, committing implementation of XSD 1.1 validation 
when doing DOM parsing

Modified:

xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/jaxp/DocumentBuilderImpl.java

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/jaxp/DocumentBuilderImpl.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/jaxp/DocumentBuilderImpl.java?rev=1824207=1824206=1824207=diff
==
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/jaxp/DocumentBuilderImpl.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/jaxp/DocumentBuilderImpl.java
 Wed Feb 14 09:45:12 2018
@@ -92,6 +92,10 @@ public class DocumentBuilderImpl extends
 private static final String SECURITY_MANAGER =
 Constants.XERCES_PROPERTY_PREFIX + Constants.SECURITY_MANAGER_PROPERTY;
 
+/** Property identifier: XML Schema version. */
+private static final String XML_SCHEMA_VERSION =
+Constants.XERCES_PROPERTY_PREFIX + 
Constants.XML_SCHEMA_VERSION_PROPERTY;
+
 private final DOMParser domParser;
 private final Schema grammar;
 
@@ -159,8 +163,12 @@ public class DocumentBuilderImpl extends
 XMLParserConfiguration config = 
domParser.getXMLParserConfiguration();
 XMLComponent validatorComponent = null;
 /** For Xerces grammars, use built-in schema validator. **/
-if (grammar instanceof XSGrammarPoolContainer) {
+if (grammar instanceof XSGrammarPoolContainer) {  
+String xmlSchemaVersion = ((XSGrammarPoolContainer) 
grammar).getXMLSchemaVersion();
 validatorComponent = new XMLSchemaValidator();
+if 
((Constants.W3C_XML_SCHEMA11_NS_URI).equals(xmlSchemaVersion)) {
+validatorComponent.setProperty(XML_SCHEMA_VERSION, 
Constants.W3C_XML_SCHEMA11_NS_URI);
+}
 fSchemaValidationManager = new ValidationManager();
 fUnparsedEntityHandler = new 
UnparsedEntityHandler(fSchemaValidationManager);
 config.setDTDHandler(fUnparsedEntityHandler);



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



svn commit: r1823129 - /xerces/java/trunk/docs/faq-xs.xml

2018-02-04 Thread mukulg
Author: mukulg
Date: Mon Feb  5 06:25:54 2018
New Revision: 1823129

URL: http://svn.apache.org/viewvc?rev=1823129=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=1823128=1823129=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 @@
 How do I validate against XML schema?
 
   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.
   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: 



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



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

2018-02-04 Thread mukulg
Author: mukulg
Date: Mon Feb  5 06:25:13 2018
New Revision: 1823128

URL: http://svn.apache.org/viewvc?rev=1823128=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=1823127=1823128=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 @@
 How do I validate against XML schema?
 
   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.
   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: 



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



svn commit: r1821882 - /xerces/java/trunk/docs/xml-schema.xml

2018-01-22 Thread mukulg
Author: mukulg
Date: Mon Jan 22 16:05:10 2018
New Revision: 1821882

URL: http://svn.apache.org/viewvc?rev=1821882=rev
Log:
as per discussion on the jira issue XERCESJ-1687, updating the XML Schema 
documentation

Modified:
xerces/java/trunk/docs/xml-schema.xml

Modified: xerces/java/trunk/docs/xml-schema.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/docs/xml-schema.xml?rev=1821882=1821881=1821882=diff
==
--- xerces/java/trunk/docs/xml-schema.xml (original)
+++ xerces/java/trunk/docs/xml-schema.xml Mon Jan 22 16:05:10 2018
@@ -130,6 +130,14 @@
 Javadoc for javax.xml.XMLConstants.FEATURE_SECURE_PROCESSING for
 more details.
 
+ 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 assert in the XSD documents. But 
there are also, various
+cases observed while using XSD 1.1 syntax assert, when 
thread safety of javax.xml.validation.Schema
+is honored correctly.
+
 
 
 



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



svn commit: r1821827 - /xerces/java/branches/xml-schema-1.1-dev/docs/xml-schema.xml

2018-01-21 Thread mukulg
Author: mukulg
Date: Mon Jan 22 07:01:33 2018
New Revision: 1821827

URL: http://svn.apache.org/viewvc?rev=1821827=rev
Log:
as per discussion on the jira issue XERCESJ-1687, updating the XSD 1.1 
documentation

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

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=1821827=1821826=1821827=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 Mon Jan 22 
07:01:33 2018
@@ -130,6 +130,14 @@
 Javadoc for javax.xml.XMLConstants.FEATURE_SECURE_PROCESSING for
 more details.
 
+ 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 assert in the XSD documents. But 
there are also, various
+cases observed while using XSD 1.1 syntax assert, when 
thread safety of javax.xml.validation.Schema
+is honored correctly.
+
 
 
 



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



svn commit: r1785425 - /xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/StAXSchemaParser.java

2017-03-03 Thread mukulg
Author: mukulg
Date: Sat Mar  4 03:51:24 2017
New Revision: 1785425

URL: http://svn.apache.org/viewvc?rev=1785425=rev
Log:
making a minor fix. This declaration private final JAXPNamespaceContextWrapper 
fNamespaceContext = new JAXPNamespaceContextWrapper(fSymbolTable); had an 
uninitialized fSymbolTable passed to the constructor 

Modified:

xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/StAXSchemaParser.java

Modified: 
xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/StAXSchemaParser.java
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/StAXSchemaParser.java?rev=1785425=1785424=1785425=diff
==
--- 
xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/StAXSchemaParser.java
 (original)
+++ 
xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/StAXSchemaParser.java
 Sat Mar  4 03:51:24 2017
@@ -64,7 +64,7 @@ final class StAXSchemaParser {
 private final char [] fCharBuffer = new char[CHUNK_SIZE];
 
 /** Symbol table **/
-private SymbolTable fSymbolTable;
+private SymbolTable fSymbolTable = new SymbolTable();
 
 /** SchemaDOMParser, events will be delegated to SchemaDOMParser to pass */
 private SchemaDOMParser fSchemaDOMParser;



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



svn commit: r1785424 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/StAXSchemaParser.java

2017-03-03 Thread mukulg
Author: mukulg
Date: Sat Mar  4 03:50:33 2017
New Revision: 1785424

URL: http://svn.apache.org/viewvc?rev=1785424=rev
Log:
making a minor fix. This declaration private final JAXPNamespaceContextWrapper 
fNamespaceContext = new JAXPNamespaceContextWrapper(fSymbolTable); had an 
uninitialized fSymbolTable passed to the constructor 

Modified:

xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/StAXSchemaParser.java

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/StAXSchemaParser.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/StAXSchemaParser.java?rev=1785424=1785423=1785424=diff
==
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/StAXSchemaParser.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/StAXSchemaParser.java
 Sat Mar  4 03:50:33 2017
@@ -64,7 +64,7 @@ final class StAXSchemaParser {
 private final char [] fCharBuffer = new char[CHUNK_SIZE];
 
 /** Symbol table **/
-private SymbolTable fSymbolTable;
+private SymbolTable fSymbolTable = new SymbolTable();
 
 /** SchemaDOMParser, events will be delegated to SchemaDOMParser to pass */
 private SchemaDOMParser fSchemaDOMParser;



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



svn commit: r1758329 - /xerces/java/branches/xml-schema-1.1-dev/README

2016-08-30 Thread mukulg
Author: mukulg
Date: Tue Aug 30 06:21:48 2016
New Revision: 1758329

URL: http://svn.apache.org/viewvc?rev=1758329=rev
Log:
adding some details to this file, about the unit tests that are there.

Modified:
xerces/java/branches/xml-schema-1.1-dev/README

Modified: xerces/java/branches/xml-schema-1.1-dev/README
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/README?rev=1758329=1758328=1758329=diff
==
--- xerces/java/branches/xml-schema-1.1-dev/README (original)
+++ xerces/java/branches/xml-schema-1.1-dev/README Tue Aug 30 06:21:48 2016
@@ -56,4 +56,11 @@ building, these files will be located in
 
 If you want to build everything, including the documentation,
 run the build batch file (or shell script) specifying the "all"
-target instead of "jars".
\ No newline at end of file
+target instead of "jars".
+
+Details about proprietary XML Schema 1.1 unit tests:
+The XercesJ XML Schema 1.1 deliverables, include a proprietary unit test suite 
located in the branch "xs-1.1-tests".
+This is in addition to the Xerces tests that are located at 
/xerces-java-xml-schema-1.1-dev/tests. It is advisable
+to always comply to tests in the branch "xs-1.1-tests" whenever changing the 
code (in addition to the tests /xerces-java-xml-schema-1.1-dev/tests),
+since the functionality these tests are testing are core part of Xerces 
deliverables (one of the important things the 
+"xs-1.1-tests" tests test, are the error/warning messages generated during XML 
Schema 1.1 validation assessments.
\ No newline at end of file



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



svn commit: r1758327 - /xerces/java/branches/xs-1.1-tests/readme.txt

2016-08-30 Thread mukulg
Author: mukulg
Date: Tue Aug 30 06:07:46 2016
New Revision: 1758327

URL: http://svn.apache.org/viewvc?rev=1758327=rev
Log:
minor change in details to text in this file

Modified:
xerces/java/branches/xs-1.1-tests/readme.txt

Modified: xerces/java/branches/xs-1.1-tests/readme.txt
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xs-1.1-tests/readme.txt?rev=1758327=1758326=1758327=diff
==
--- xerces/java/branches/xs-1.1-tests/readme.txt (original)
+++ xerces/java/branches/xs-1.1-tests/readme.txt Tue Aug 30 06:07:46 2016
@@ -17,8 +17,8 @@
  
 This SVN branch contains Xerces proprietary unit test cases for the Xerces XML 
Schema (XSD) 1.1 functionality.
 
-Configuration notes: Minimum JRE needed to run these tests is 1.5. These unit 
tests contain a folder "data" parallel 
-to the "src" folder, that contain the XML and XSD documents needed by the unit 
tests. Before invoking this unit test 
+Configuration notes: Minimum JRE needed to run these tests is 1.5. These unit 
tests contain a folder "data" alongside 
+to the "src" folder, that contain the XML and XSD documents needed for the 
unit tests. Before invoking this unit test 
 suite, the following argument needs to be provided to the Java VM,
 -Dorg.apache.xerces.tests.dataDir=
 relative to which the unit tests would retrieve XML and XSD documents.
@@ -27,4 +27,5 @@ The class "AllXercesXSD11Tests" is the e
 
 Acknowledgements:
 These unit tests contain XSD 1.1 examples written by Roger L. Costello 
(coste...@mitre.org), and have been included
-here with the permission from author. Roger's contribution of useful XSD 1.1 
examples to this test suite is highly appreciated.
\ No newline at end of file
+here with the permission from author. Roger's contribution of useful XSD 1.1 
examples to this test suite is highly appreciated.
+Roger has been an active contributor to the XML Schema standards work.
\ No newline at end of file



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



svn commit: r1758326 - /xerces/java/branches/xs-1.1-tests/.project

2016-08-30 Thread mukulg
Author: mukulg
Date: Tue Aug 30 06:02:51 2016
New Revision: 1758326

URL: http://svn.apache.org/viewvc?rev=1758326=rev
Log:
adding a .project file to this eclipse project

Added:
xerces/java/branches/xs-1.1-tests/.project   (with props)

Added: xerces/java/branches/xs-1.1-tests/.project
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xs-1.1-tests/.project?rev=1758326=auto
==
--- xerces/java/branches/xs-1.1-tests/.project (added)
+++ xerces/java/branches/xs-1.1-tests/.project Tue Aug 30 06:02:51 2016
@@ -0,0 +1,33 @@
+
+
+
+   xs-1.1-tests
+   
+   
+   
+   
+  
+ org.eclipse.jdt.core.javabuilder
+ 
+ 
+  
+   
+   
+  org.eclipse.jdt.core.javanature
+   
+

Propchange: xerces/java/branches/xs-1.1-tests/.project
--
svn:eol-style = native

Propchange: xerces/java/branches/xs-1.1-tests/.project
--
svn:keywords = Author Date Id Revision



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



svn commit: r1747631 - /xerces/java/trunk/src/org/apache/xerces/jaxp/datatype/DurationImpl.java

2016-06-09 Thread mukulg
Author: mukulg
Date: Fri Jun 10 04:44:24 2016
New Revision: 1747631

URL: http://svn.apache.org/viewvc?rev=1747631=rev
Log:
I am reverting a change I did long time ago to this file. I am restoring the 
logic in this file, that was in the original revision 906803. I think, the 
original code that I had changed in this file is not really wrong. I started 
looking at the code in this file, while studying the bug report XERCESJ-1669.

Modified:
xerces/java/trunk/src/org/apache/xerces/jaxp/datatype/DurationImpl.java

Modified: 
xerces/java/trunk/src/org/apache/xerces/jaxp/datatype/DurationImpl.java
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/jaxp/datatype/DurationImpl.java?rev=1747631=1747630=1747631=diff
==
--- xerces/java/trunk/src/org/apache/xerces/jaxp/datatype/DurationImpl.java 
(original)
+++ xerces/java/trunk/src/org/apache/xerces/jaxp/datatype/DurationImpl.java Fri 
Jun 10 04:44:24 2016
@@ -420,16 +420,16 @@ class DurationImpl
 protected DurationImpl(String lexicalRepresentation)
 throws IllegalArgumentException {
 // only if I could use the JDK1.4 regular expression 
-
-if (lexicalRepresentation == null) {
-   throw new NullPointerException();
-}
-
+ 
 final String s = lexicalRepresentation;
 boolean positive;
 int[] idx = new int[1];
 int length = s.length();
 boolean timeRequired = false;
+
+if (lexicalRepresentation == null) {
+throw new NullPointerException();
+}
 
 idx[0] = 0;
 if (length != idx[0] && s.charAt(idx[0]) == '-') {



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



svn commit: r1685006 - in /xerces/java/branches/xs-1.1-tests: depracateNotice.txt readme.txt

2015-06-11 Thread mukulg
Author: mukulg
Date: Fri Jun 12 00:03:16 2015
New Revision: 1685006

URL: http://svn.apache.org/r1685006
Log:
I'm again changing the status of these unit tests as it was since their 
inception. I think these are anyway useful in their current form. i.e these are 
not intended to be depracated. This was also due to recent motivations felt 
from XML tool vendors integrating the XML Schema 1.1 branch of Xerces.

I apologize if these new changes cause any confusion to the Xerces community.

Removed:
xerces/java/branches/xs-1.1-tests/depracateNotice.txt
Modified:
xerces/java/branches/xs-1.1-tests/readme.txt

Modified: xerces/java/branches/xs-1.1-tests/readme.txt
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xs-1.1-tests/readme.txt?rev=1685006r1=1685005r2=1685006view=diff
==
--- xerces/java/branches/xs-1.1-tests/readme.txt (original)
+++ xerces/java/branches/xs-1.1-tests/readme.txt Fri Jun 12 00:03:16 2015
@@ -15,11 +15,11 @@
  * limitations under the License.
  */
  
-This SVN branch contains unit test cases, related to Xerces XML Schema (XSD) 
1.1 functionality.
+This SVN branch contains Xerces proprietary unit test cases for the Xerces XML 
Schema (XSD) 1.1 functionality.
 
-Configuration notes: These unit tests contain a folder data parallel to the 
src folder, that contain the
-XML and XSD documents needed by the unit tests. Before invoking this unit test 
suite, the following argument
-needs to be provided to the Java VM,
+Configuration notes: Minimum JRE needed to run these tests is 1.5. These unit 
tests contain a folder data parallel 
+to the src folder, that contain the XML and XSD documents needed by the unit 
tests. Before invoking this unit test 
+suite, the following argument needs to be provided to the Java VM,
 -Dorg.apache.xerces.tests.dataDir=path to data directory
 relative to which the unit tests would retrieve XML and XSD documents.
 



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



svn commit: r1677532 - /xerces/java/branches/xs-1.1-tests/depracateNotice.txt

2015-05-04 Thread mukulg
Author: mukulg
Date: Mon May  4 07:07:23 2015
New Revision: 1677532

URL: http://svn.apache.org/r1677532
Log:
adding a depracate notice file to XercesJ's XML Schema 1.1 implementation unit 
tests.

Added:
xerces/java/branches/xs-1.1-tests/depracateNotice.txt   (with props)

Added: xerces/java/branches/xs-1.1-tests/depracateNotice.txt
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xs-1.1-tests/depracateNotice.txt?rev=1677532view=auto
==
--- xerces/java/branches/xs-1.1-tests/depracateNotice.txt (added)
+++ xerces/java/branches/xs-1.1-tests/depracateNotice.txt Mon May  4 07:07:23 
2015
@@ -0,0 +1,5 @@
+05/04/2015 : These unit tests are proprietary to Apache Xerces, and are not 
mandatory conditions to be checked while developing with XercesJ2 XML Schema 
1.1 implementation. The most important Apache Xerces XML Schema 1.1 tests are 
the W3C XML Schema 1.1 tests.
+
+Due to these aspects, these XML Schema 1.1 unit tests in the folder, 
xerces/java/branches/xs-1.1-tests are now depracated. This means that, the 
Apache XercesJ2 developers need not maintain and run these tests as a necessary 
condition for working with XercesJ2's XML Schema 1.1 implementation. Although 
good to have, any further deviations from these existing tests will not be 
monitored and attempted to be rectified.
+
+This is intended to make contributing to XercesJ2's XML Schema 1.1 
implementation easier.
\ No newline at end of file

Propchange: xerces/java/branches/xs-1.1-tests/depracateNotice.txt
--
svn:eol-style = native

Propchange: xerces/java/branches/xs-1.1-tests/depracateNotice.txt
--
svn:keywords = Author Date Id Revision



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



svn commit: r1631025 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl: msg/XMLSchemaMessages.properties xs/traversers/XSDAbstractTraverser.java

2014-10-11 Thread mukulg
Author: mukulg
Date: Sat Oct 11 07:28:50 2014
New Revision: 1631025

URL: http://svn.apache.org/r1631025
Log:
committing fix for jira issue XERCESJ-1646

Modified:

xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/XMLSchemaMessages.properties

xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/XMLSchemaMessages.properties
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/XMLSchemaMessages.properties?rev=1631025r1=1631024r2=1631025view=diff
==
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/XMLSchemaMessages.properties
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/XMLSchemaMessages.properties
 Sat Oct 11 07:28:50 2014
@@ -367,6 +367,7 @@
 TargetNamespace.2 = TargetNamespace.2: Expecting no namespace, but the 
schema document has a target namespace of ''{1}''.
 UndeclaredEntity = UndeclaredEntity: Entity ''{0}'' is not declared.
 UndeclaredPrefix = UndeclaredPrefix: Cannot resolve ''{0}'' as a 
QName: the prefix ''{1}'' is not declared.
+FacetsContradict = FacetsContradict: For simpleType definition 
''{2}'', the enumeration value ''{0}'' contradicts with value of ''{1}'' facet. 
 
 
 # JAXP 1.2 schema source property errors
 

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java?rev=1631025r1=1631024r2=1631025view=diff
==
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java
 Sat Oct 11 07:28:50 2014
@@ -28,6 +28,7 @@ import org.apache.xerces.impl.Constants;
 import org.apache.xerces.impl.dv.InvalidDatatypeValueException;
 import org.apache.xerces.impl.dv.XSFacets;
 import org.apache.xerces.impl.dv.XSSimpleType;
+import org.apache.xerces.impl.dv.util.Base64;
 import org.apache.xerces.impl.validation.ValidationState;
 import org.apache.xerces.impl.xs.SchemaGrammar;
 import org.apache.xerces.impl.xs.SchemaNamespaceSupport;
@@ -354,6 +355,8 @@ abstract class XSDAbstractTraverser {
 int currentFacet = 0;
 xsFacets.reset();
 boolean seenPattern = false;
+Element contextNode = (Element)content.getParentNode();
+boolean hasLengthFacet = false, hasMinLengthFacet = false, 
hasMaxLengthFacet = false;
 while (content != null) {   
 // General Attribute Checking
 Object[] attrs = null;
@@ -619,9 +622,11 @@ abstract class XSDAbstractTraverser {
 switch (currentFacet) {
 case XSSimpleType.FACET_MINLENGTH:
 xsFacets.minLength = 
((XInt)attrs[XSAttributeChecker.ATTIDX_VALUE]).intValue();
+hasMinLengthFacet = true;
 break;
 case XSSimpleType.FACET_MAXLENGTH:
 xsFacets.maxLength = 
((XInt)attrs[XSAttributeChecker.ATTIDX_VALUE]).intValue();
+hasMaxLengthFacet = true;
 break;
 case XSSimpleType.FACET_MAXEXCLUSIVE:
 xsFacets.maxExclusive = 
(String)attrs[XSAttributeChecker.ATTIDX_VALUE];
@@ -646,6 +651,7 @@ abstract class XSDAbstractTraverser {
 break;
 case XSSimpleType.FACET_LENGTH:
 xsFacets.length = 
((XInt)attrs[XSAttributeChecker.ATTIDX_VALUE]).intValue();
+hasLengthFacet = true;
 break;
 case XSSimpleType.FACET_MAXSCALE:
 xsFacets.maxScale = 
((XInt)attrs[XSAttributeChecker.ATTIDX_VALUE]).intValue(); //XML Schema 1.1
@@ -754,9 +760,122 @@ abstract class XSDAbstractTraverser {
 }
 
 fPattern.setLength(0);
+
+// check if length, minLength and maxLength facets contradict with 
enumeration facets.
+// currently considers the case when the baseValidator is a built-in 
type. 
+if (enumData != null) {
+   if (hasLengthFacet) {
+  checkEnumerationAndLengthInconsistency(baseValidator, enumData, 
contextNode, XS11TypeHelper.getSchemaTypeName(typeDef));
+   }
+   if (hasMinLengthFacet) {
+  checkEnumerationAndMinLengthInconsistency(baseValidator, 
enumData, contextNode, XS11TypeHelper.getSchemaTypeName(typeDef));
+   }
+   if (hasMaxLengthFacet

svn commit: r1631026 - in /xerces/java/trunk/src/org/apache/xerces/impl: msg/XMLSchemaMessages.properties xs/traversers/XSDAbstractTraverser.java xs/traversers/XSDComplexTypeTraverser.java xs/traverse

2014-10-11 Thread mukulg
Author: mukulg
Date: Sat Oct 11 07:30:37 2014
New Revision: 1631026

URL: http://svn.apache.org/r1631026
Log:
committing fix for jira issue XERCESJ-1646 on trunk

Modified:

xerces/java/trunk/src/org/apache/xerces/impl/msg/XMLSchemaMessages.properties

xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java

xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser.java

xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDSimpleTypeTraverser.java

Modified: 
xerces/java/trunk/src/org/apache/xerces/impl/msg/XMLSchemaMessages.properties
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/msg/XMLSchemaMessages.properties?rev=1631026r1=1631025r2=1631026view=diff
==
--- 
xerces/java/trunk/src/org/apache/xerces/impl/msg/XMLSchemaMessages.properties 
(original)
+++ 
xerces/java/trunk/src/org/apache/xerces/impl/msg/XMLSchemaMessages.properties 
Sat Oct 11 07:30:37 2014
@@ -311,6 +311,7 @@
 TargetNamespace.2 = TargetNamespace.2: Expecting no namespace, but the 
schema document has a target namespace of ''{1}''.
 UndeclaredEntity = UndeclaredEntity: Entity ''{0}'' is not declared.
 UndeclaredPrefix = UndeclaredPrefix: Cannot resolve ''{0}'' as a 
QName: the prefix ''{1}'' is not declared.
+FacetsContradict = FacetsContradict: For simpleType definition 
''{2}'', the enumeration value ''{0}'' contradicts with value of ''{1}'' facet.
 
 # JAXP 1.2 schema source property errors
 

Modified: 
xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java?rev=1631026r1=1631025r2=1631026view=diff
==
--- 
xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java
 (original)
+++ 
xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java
 Sat Oct 11 07:30:37 2014
@@ -23,6 +23,8 @@ import java.util.Vector;
 import org.apache.xerces.impl.dv.InvalidDatatypeValueException;
 import org.apache.xerces.impl.dv.XSFacets;
 import org.apache.xerces.impl.dv.XSSimpleType;
+import org.apache.xerces.impl.dv.util.Base64;
+import org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl;
 import org.apache.xerces.impl.validation.ValidationState;
 import org.apache.xerces.impl.xs.SchemaGrammar;
 import org.apache.xerces.impl.xs.SchemaSymbols;
@@ -41,6 +43,7 @@ import org.apache.xerces.util.SymbolTabl
 import org.apache.xerces.xni.QName;
 import org.apache.xerces.xs.XSAttributeUse;
 import org.apache.xerces.xs.XSObjectList;
+import org.apache.xerces.xs.XSSimpleTypeDefinition;
 import org.apache.xerces.xs.XSTypeDefinition;
 import org.w3c.dom.Element;
 
@@ -274,6 +277,7 @@ abstract class XSDAbstractTraverser {
 }
 
 FacetInfo traverseFacets(Element content,
+XSTypeDefinition typeDef,
 XSSimpleType baseValidator,
 XSDocumentInfo schemaDoc) {
 
@@ -288,6 +292,8 @@ abstract class XSDAbstractTraverser {
 int currentFacet = 0;
 xsFacets.reset();
 boolean seenPattern = false;
+Element contextNode = (Element)content.getParentNode();
+boolean hasLengthFacet = false, hasMinLengthFacet = false, 
hasMaxLengthFacet = false;
 while (content != null) {   
 // General Attribute Checking
 Object[] attrs = null;
@@ -472,9 +478,11 @@ abstract class XSDAbstractTraverser {
 switch (currentFacet) {
 case XSSimpleType.FACET_MINLENGTH:
 xsFacets.minLength = 
((XInt)attrs[XSAttributeChecker.ATTIDX_VALUE]).intValue();
+hasMinLengthFacet = true;
 break;
 case XSSimpleType.FACET_MAXLENGTH:
 xsFacets.maxLength = 
((XInt)attrs[XSAttributeChecker.ATTIDX_VALUE]).intValue();
+hasMaxLengthFacet = true;
 break;
 case XSSimpleType.FACET_MAXEXCLUSIVE:
 xsFacets.maxExclusive = 
(String)attrs[XSAttributeChecker.ATTIDX_VALUE];
@@ -499,6 +507,7 @@ abstract class XSDAbstractTraverser {
 break;
 case XSSimpleType.FACET_LENGTH:
 xsFacets.length = 
((XInt)attrs[XSAttributeChecker.ATTIDX_VALUE]).intValue();
+hasLengthFacet = true;
 break;
 }
 
@@ -569,9 +578,140 @@ abstract class XSDAbstractTraverser {
 
 fPattern.setLength(0);
 
+// check if length, minLength and maxLength facets contradict with 
enumeration facets.
+// currently considers the case when the baseValidator is a built-in 
type.
+if (enumData != null

svn commit: r1616506 - /xerces/java/branches/xml-schema-1.1-dev/tools/org.eclipse.wst.xml.xpath2.processor_1.2.0.jar

2014-08-07 Thread mukulg
Author: mukulg
Date: Thu Aug  7 15:17:40 2014
New Revision: 1616506

URL: http://svn.apache.org/r1616506
Log:
committing a fix for jira issue XERCESJ-1640

Modified:

xerces/java/branches/xml-schema-1.1-dev/tools/org.eclipse.wst.xml.xpath2.processor_1.2.0.jar

Modified: 
xerces/java/branches/xml-schema-1.1-dev/tools/org.eclipse.wst.xml.xpath2.processor_1.2.0.jar
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/tools/org.eclipse.wst.xml.xpath2.processor_1.2.0.jar?rev=1616506r1=1616505r2=1616506view=diff
==
Binary files - no diff available.



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



svn commit: r1610123 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: SchemaValidatorHelper.java XMLSchemaValidator.java XSValidatorHelper.java

2014-07-13 Thread mukulg
Author: mukulg
Date: Sun Jul 13 06:27:43 2014
New Revision: 1610123

URL: http://svn.apache.org/r1610123
Log:
committing minor refactoring. doing little renaming of file.

Added:

xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSValidatorHelper.java
  - copied, changed from r1610113, 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/SchemaValidatorHelper.java
Removed:

xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/SchemaValidatorHelper.java
Modified:

xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java?rev=1610123r1=1610122r2=1610123view=diff
==
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java
 Sun Jul 13 06:27:43 2014
@@ -98,7 +98,7 @@ import org.xml.sax.SAXNotSupportedExcept
  * @author Neeraj Bajaj, Sun Microsystems, inc.
  * @version $Id$
  */
-public class XMLSchemaValidator extends SchemaValidatorHelper implements 
XMLComponent, XMLDocumentFilter, RevalidationHandler {
+public class XMLSchemaValidator extends XSValidatorHelper implements 
XMLComponent, XMLDocumentFilter, RevalidationHandler {
 
 //
 // XMLComponent methods

Copied: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSValidatorHelper.java
 (from r1610113, 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/SchemaValidatorHelper.java)
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSValidatorHelper.java?p2=xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSValidatorHelper.javap1=xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/SchemaValidatorHelper.javar1=1610113r2=1610123rev=1610123view=diff
==
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/SchemaValidatorHelper.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSValidatorHelper.java
 Sun Jul 13 06:27:43 2014
@@ -83,9 +83,9 @@ import org.apache.xerces.xs.datatypes.Ob
  * @author Neeraj Bajaj, Sun Microsystems, inc.
  * @version $Id$
  */
-public class SchemaValidatorHelper implements XSElementDeclHelper, 
FieldActivator {
+public class XSValidatorHelper implements XSElementDeclHelper, FieldActivator {
 
-protected SchemaValidatorHelper() {
+protected XSValidatorHelper() {
// NO OP  
 }
 
@@ -2010,4 +2010,4 @@ public class SchemaValidatorHelper imple
 return fInheritableAttrList;
 }
 
-} // SchemaValidatorHelper
\ No newline at end of file
+} // XSValidatorHelper
\ No newline at end of file



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



svn commit: r1610115 - in /xerces/java/branches/xml-schema-1.1-dev/tests/schema/override: OverrideHandlerTest.java OverrideTransformTest.java

2014-07-12 Thread mukulg
Author: mukulg
Date: Sun Jul 13 05:37:39 2014
New Revision: 1610115

URL: http://svn.apache.org/r1610115
Log:
seems few compile errors remained in these files, because of earlier 
refactoring. committing fixes for them.

Modified:

xerces/java/branches/xml-schema-1.1-dev/tests/schema/override/OverrideHandlerTest.java

xerces/java/branches/xml-schema-1.1-dev/tests/schema/override/OverrideTransformTest.java

Modified: 
xerces/java/branches/xml-schema-1.1-dev/tests/schema/override/OverrideHandlerTest.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/tests/schema/override/OverrideHandlerTest.java?rev=1610115r1=1610114r2=1610115view=diff
==
--- 
xerces/java/branches/xml-schema-1.1-dev/tests/schema/override/OverrideHandlerTest.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/tests/schema/override/OverrideHandlerTest.java
 Sun Jul 13 05:37:39 2014
@@ -24,8 +24,8 @@ import java.util.LinkedList;
 
 import org.apache.xerces.impl.Constants;
 import org.apache.xerces.impl.xs.SchemaSymbols;
-import org.apache.xerces.impl.xs.traversers.override.DOMOverrideImpl;
-import 
org.apache.xerces.impl.xs.traversers.override.OverrideTransformationManager;
+import org.apache.xerces.impl.xs.traversers.DOMOverrideImpl;
+import org.apache.xerces.impl.xs.traversers.OverrideTransformationManager;
 import org.apache.xerces.util.DOMUtil;
 import org.w3c.dom.Document;
 import org.w3c.dom.Element;

Modified: 
xerces/java/branches/xml-schema-1.1-dev/tests/schema/override/OverrideTransformTest.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/tests/schema/override/OverrideTransformTest.java?rev=1610115r1=1610114r2=1610115view=diff
==
--- 
xerces/java/branches/xml-schema-1.1-dev/tests/schema/override/OverrideTransformTest.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/tests/schema/override/OverrideTransformTest.java
 Sun Jul 13 05:37:39 2014
@@ -18,9 +18,9 @@
 package schema.override;
 
 import org.apache.xerces.impl.Constants;
-import org.apache.xerces.impl.xs.traversers.override.DOMOverrideImpl;
-import 
org.apache.xerces.impl.xs.traversers.override.OverrideTransformException;
-import org.apache.xerces.impl.xs.traversers.override.OverrideTransformer;
+import org.apache.xerces.impl.xs.traversers.DOMOverrideImpl;
+import org.apache.xerces.impl.xs.traversers.OverrideTransformException;
+import org.apache.xerces.impl.xs.traversers.OverrideTransformer;
 import org.w3c.dom.Document;
 import org.w3c.dom.Element;
 import org.w3c.dom.Node;



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



svn commit: r1594899 - /xerces/java/branches/xml-schema-1.1-dev/tools/org.eclipse.wst.xml.xpath2.processor_1.2.0.jar

2014-05-16 Thread mukulg
Author: mukulg
Date: Thu May 15 12:36:05 2014
New Revision: 1594899

URL: http://svn.apache.org/r1594899
Log:
committing fix for jira issue XERCESJ-1633

Modified:

xerces/java/branches/xml-schema-1.1-dev/tools/org.eclipse.wst.xml.xpath2.processor_1.2.0.jar

Modified: 
xerces/java/branches/xml-schema-1.1-dev/tools/org.eclipse.wst.xml.xpath2.processor_1.2.0.jar
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/tools/org.eclipse.wst.xml.xpath2.processor_1.2.0.jar?rev=1594899r1=1594898r2=1594899view=diff
==
Binary files - no diff available.



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



svn commit: r1594523 - /xerces/java/branches/xs-1.1-tests/data/xpath/floating_point.xsd

2014-05-14 Thread mukulg
Author: mukulg
Date: Wed May 14 08:56:57 2014
New Revision: 1594523

URL: http://svn.apache.org/r1594523
Log:
committing a minor correction to test case file. this was perhaps incorrectly 
changed earlier.

Modified:
xerces/java/branches/xs-1.1-tests/data/xpath/floating_point.xsd

Modified: xerces/java/branches/xs-1.1-tests/data/xpath/floating_point.xsd
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xs-1.1-tests/data/xpath/floating_point.xsd?rev=1594523r1=1594522r2=1594523view=diff
==
--- xerces/java/branches/xs-1.1-tests/data/xpath/floating_point.xsd (original)
+++ xerces/java/branches/xs-1.1-tests/data/xpath/floating_point.xsd Wed May 14 
08:56:57 2014
@@ -8,9 +8,9 @@
   /xs:sequence
  xs:assert test=count(distinct-values(a)) eq 3/
  xs:assert test=deep-equal(distinct-values(a), 
(2,3.5,xs:double('NaN')))/
- xs:assert test=count(distinct-values(b)) eq 3/
- xs:assert test=count(distinct-values(a | b)) eq 6/
- xs:assert test=b[4] ne b[5]/
+ xs:assert test=count(distinct-values(b)) eq 2/
+ xs:assert test=count(distinct-values(a | b)) eq 5/
+ xs:assert test=b[4] eq b[5]/
 /xs:complexType
   /xs:element
 



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



<    1   2   3   4   5   6   7   8   >