svn commit: r1129152 - /xerces/c/trunk/src/xercesc/util/XMLURL.cpp

2011-05-30 Thread amassari
Author: amassari Date: Mon May 30 13:03:03 2011 New Revision: 1129152 URL: http://svn.apache.org/viewvc?rev=1129152view=rev Log: Hexadecimal digits are in the range A-F only (XERCESC-1966) Modified: xerces/c/trunk/src/xercesc/util/XMLURL.cpp Modified:

svn commit: r1129153 - /xerces/c/branches/xerces-2/src/xercesc/util/XMLURL.cpp

2011-05-30 Thread amassari
Author: amassari Date: Mon May 30 13:04:15 2011 New Revision: 1129153 URL: http://svn.apache.org/viewvc?rev=1129153view=rev Log: Hexadecimal digits are in the range A-F only (XERCESC-1966) Modified: xerces/c/branches/xerces-2/src/xercesc/util/XMLURL.cpp Modified:

svn commit: r1129304 - /xerces/java/trunk/src/org/apache/xerces/impl/xpath/regex/ParserForXMLSchema.java

2011-05-30 Thread sandygao
Author: sandygao Date: Mon May 30 19:16:44 2011 New Revision: 1129304 URL: http://svn.apache.org/viewvc?rev=1129304view=rev Log: Fixing Jira bug XERCESJ-1513 (https://issues.apache.org/jira/browse/XERCESJ-1513), by adding missing ranges to Nd category. Because the character code points may be

svn commit: r1129306 - /xerces/java/trunk/src/org/apache/xerces/impl/xpath/regex/RegexParser.java

2011-05-30 Thread sandygao
Author: sandygao Date: Mon May 30 19:18:04 2011 New Revision: 1129306 URL: http://svn.apache.org/viewvc?rev=1129306view=rev Log: Fixing Jira bug XERCESJ-1511 (https://issues.apache.org/jira/browse/XERCESJ-1511), by making sure that when a pattern is fully parsed, the last token is EOF. That is,

svn commit: r1129307 - /xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser.java

2011-05-30 Thread sandygao
Author: sandygao Date: Mon May 30 19:20:04 2011 New Revision: 1129307 URL: http://svn.apache.org/viewvc?rev=1129307view=rev Log: Fixing Jira bug XERCESJ-1512 (https://issues.apache.org/jira/browse/XERCESJ-1512), by capturing pattern facet when only the empty string is specified as the pattern

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

2011-05-30 Thread sandygao
Author: sandygao Date: Mon May 30 19:21:31 2011 New Revision: 1129308 URL: http://svn.apache.org/viewvc?rev=1129308view=rev Log: Fixing Jira bug XERCESJ-1512 (https://issues.apache.org/jira/browse/XERCESJ-1512), by capturing pattern facet when only the empty string is specified as the pattern

svn commit: r1129309 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xpath/regex/ParserForXMLSchema.java

2011-05-30 Thread sandygao
Author: sandygao Date: Mon May 30 19:22:11 2011 New Revision: 1129309 URL: http://svn.apache.org/viewvc?rev=1129309view=rev Log: Fixing Jira bug XERCESJ-1513 (https://issues.apache.org/jira/browse/XERCESJ-1513), by adding missing ranges to Nd category. Because the character code points may be

svn commit: r1129316 - /xerces/java/trunk/src/org/apache/xerces/impl/xpath/regex/ParserForXMLSchema.java

2011-05-30 Thread knoaman
Author: knoaman Date: Mon May 30 19:31:20 2011 New Revision: 1129316 URL: http://svn.apache.org/viewvc?rev=1129316view=rev Log: Fixing Jira bug XERCESJ-1514 (https://issues.apache.org/jira/browse/XERCESJ-1514). Modified:

svn commit: r1129322 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xpath/regex/ParserForXMLSchema.java

2011-05-30 Thread knoaman
Author: knoaman Date: Mon May 30 19:49:07 2011 New Revision: 1129322 URL: http://svn.apache.org/viewvc?rev=1129322view=rev Log: Fixing Jira bug XERCESJ-1514 (https://issues.apache.org/jira/browse/XERCESJ-1514). Modified:

svn commit: r1129328 - /xerces/java/trunk/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java

2011-05-30 Thread sandygao
Author: sandygao Date: Mon May 30 19:54:26 2011 New Revision: 1129328 URL: http://svn.apache.org/viewvc?rev=1129328view=rev Log: Fixing Jira bug XERCESJ-1515 (https://issues.apache.org/jira/browse/XERCESJ-1515), to only look for a key when the keyref has complete field values. Modified:

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

2011-05-30 Thread sandygao
Author: sandygao Date: Mon May 30 19:54:49 2011 New Revision: 1129329 URL: http://svn.apache.org/viewvc?rev=1129329view=rev Log: Fixing Jira bug XERCESJ-1515 (https://issues.apache.org/jira/browse/XERCESJ-1515), to only look for a key when the keyref has complete field values. Modified:

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

2011-05-30 Thread mrglavas
Author: mrglavas Date: Tue May 31 03:19:43 2011 New Revision: 1129476 URL: http://svn.apache.org/viewvc?rev=1129476view=rev Log: JIRA Issue #1516: http://issues.apache.org/jira/browse/XERCESJ-1516. Only create an XSDTypeAlternativeTraverser in XML Schema 1.1 mode. This eliminates loading of

svn commit: r1129482 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl: Constants.java xs/XMLSchemaValidator.java xs/XSDTypeAlternativeValidator.java

2011-05-30 Thread mukulg
Author: mukulg Date: Tue May 31 04:00:04 2011 New Revision: 1129482 URL: http://svn.apache.org/viewvc?rev=1129482view=rev Log: improving [type alternative] PSVI implementation a little bit. we don't seem to need another Augmentations object, just for this need. readjusting the logic a little