svn commit: r1198718 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: XMLAssertPsychopathXPath2Impl.java XMLSchemaValidator.java XSDAssertionValidator.java assertion/XMLAss

2011-11-07 Thread mukulg
Author: mukulg Date: Mon Nov 7 13:02:34 2011 New Revision: 1198718 URL: http://svn.apache.org/viewvc?rev=1198718view=rev Log: adding support for comment and PI nodes for XML Schema 1.1 assert XDM trees. this was possible after yesterday's enhancement by Michael Glavassevich adding support for

svn commit: r1198720 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/jaxp/validation/ValidatorHandlerImpl.java

2011-11-07 Thread mrglavas
Author: mrglavas Date: Mon Nov 7 13:14:30 2011 New Revision: 1198720 URL: http://svn.apache.org/viewvc?rev=1198720view=rev Log: Comments and PIs are expected to be present in the XDM tree for assertions. Make sure we pass them to the validator when schema version is 1.1. We can still bypass

[Xerces Wiki] Update of xmlschema11SaxonicaTests by Mukul Gandhi

2011-11-07 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Xerces Wiki for change notification. The xmlschema11SaxonicaTests page has been changed by Mukul Gandhi: http://wiki.apache.org/xerces/xmlschema11SaxonicaTests?action=diffrev1=43rev2=44 Comment: updating saxon test results

[Xerces Wiki] Update of xmlschema11TestSuiteReports by Mukul Gandhi

2011-11-07 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Xerces Wiki for change notification. The xmlschema11TestSuiteReports page has been changed by Mukul Gandhi: http://wiki.apache.org/xerces/xmlschema11TestSuiteReports?action=diffrev1=50rev2=51 Comment: updating aggregate

svn commit: r1198750 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/jaxp/validation/ValidatorHandlerImpl.java

2011-11-07 Thread mrglavas
Author: mrglavas Date: Mon Nov 7 14:31:27 2011 New Revision: 1198750 URL: http://svn.apache.org/viewvc?rev=1198750view=rev Log: Updating a comment. Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/jaxp/validation/ValidatorHandlerImpl.java Modified:

svn commit: r1199108 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/jaxp/validation/StAXValidatorHelper.java

2011-11-07 Thread mrglavas
Author: mrglavas Date: Tue Nov 8 05:03:03 2011 New Revision: 1199108 URL: http://svn.apache.org/viewvc?rev=1199108view=rev Log: Comments and PIs are expected to be present in the XDM tree for assertions. Make sure we pass them to the validator when the schema version is 1.1. We can still