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

2013-01-05 Thread mukulg
Author: mukulg Date: Sat Jan 5 10:43:18 2013 New Revision: 1429247 URL: http://svn.apache.org/viewvc?rev=1429247view=rev Log: schema 1.1 commit: when an attribute's simpleType has assertions and the type is a union of an atomic type and a list, the assertion context variable $value needs to

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

2013-01-05 Thread mukulg
Author: mukulg Date: Sun Jan 6 06:19:26 2013 New Revision: 1429469 URL: http://svn.apache.org/viewvc?rev=1429469view=rev Log: schema 1.1 commit: committing a minor improvement to assertions implementation. this handles better the case, when assertions are within a simpleType-union scenario

svn commit: r1429470 - in /xerces/java/branches/xs-1.1-tests: data/assertions/list_union/listunion18.xml data/assertions/list_union/listunion18.xsd src/org/apache/xerces/tests/AssertionTests.java

2013-01-05 Thread mukulg
Author: mukulg Date: Sun Jan 6 06:21:31 2013 New Revision: 1429470 URL: http://svn.apache.org/viewvc?rev=1429470view=rev Log: schema 1.1 commit: adding a new test case for implementation improvements committed few minutes ago. Added: