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

2011-12-05 Thread knoaman
Author: knoaman Date: Mon Dec 5 21:32:06 2011 New Revision: 1210648 URL: http://svn.apache.org/viewvc?rev=1210648&view=rev Log: If fixed and use are both present, use must not have the actual value prohibited Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl

svn commit: r1172656 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl: dv/xs/XSSimpleTypeDecl.java msg/XMLSchemaMessages.properties xs/traversers/XSDAttributeTraverser.java xs/

2011-09-19 Thread knoaman
Author: knoaman Date: Mon Sep 19 15:12:32 2011 New Revision: 1172656 URL: http://svn.apache.org/viewvc?rev=1172656&view=rev Log: NOTATION datatype - Schema Component Constraint - Jira issue 1536 https://issues.apache.org/jira/browse/XERCESJ-1536 Modified: xerces/java/branches/xml-schema

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

2011-09-16 Thread knoaman
Author: knoaman Date: Fri Sep 16 18:51:45 2011 New Revision: 1171718 URL: http://svn.apache.org/viewvc?rev=1171718&view=rev Log: For dynamic EDC, check for local elements in current type as well as the base type chain. Jira issue 1535 (https://issues.apache.org/jira/browse/XERCESJ-

svn commit: r1171610 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/AnyURIDV.java

2011-09-16 Thread knoaman
Author: knoaman Date: Fri Sep 16 14:59:57 2011 New Revision: 1171610 URL: http://svn.apache.org/viewvc?rev=1171610&view=rev Log: Removed code that is not needed Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/AnyURIDV.java Modified: xerces/java/bran

svn commit: r1171605 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/AnyURIDV.java

2011-09-16 Thread knoaman
Author: knoaman Date: Fri Sep 16 14:53:12 2011 New Revision: 1171605 URL: http://svn.apache.org/viewvc?rev=1171605&view=rev Log: anyURI values can be any valid XML String - Jira issue 1534 (https://issues.apache.org/jira/browse/XERCESJ-1534) Modified: xerces/java/branches/xml-schema-1.1

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

2011-09-15 Thread knoaman
Author: knoaman Date: Thu Sep 15 19:06:33 2011 New Revision: 1171226 URL: http://svn.apache.org/viewvc?rev=1171226&view=rev Log: Fix for Jira bug 1531 - https://issues.apache.org/jira/browse/XERCESJ-1531 Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/imp

svn commit: r1170728 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/TimeDV.java

2011-09-14 Thread knoaman
Author: knoaman Date: Wed Sep 14 17:35:03 2011 New Revision: 1170728 URL: http://svn.apache.org/viewvc?rev=1170728&view=rev Log: Implement changes to xs:time values - Jira issue 1530 (https://issues.apache.org/jira/browse/XERCESJ-1530) Modified: xerces/java/branches/xml-schema-1.1-dev

svn commit: r1167216 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: XS11Constraints.java XSConstraints.java models/XS11CMRestriction.java

2011-09-09 Thread knoaman
Author: knoaman Date: Fri Sep 9 14:34:51 2011 New Revision: 1167216 URL: http://svn.apache.org/viewvc?rev=1167216&view=rev Log: Implement new rule for Schema Component Constraint: Content type restricts (Complex Content) Jira issue 1529 - https://issues.apache.org/jira/browse/XERCESJ-

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

2011-09-09 Thread knoaman
Author: knoaman Date: Fri Sep 9 14:03:58 2011 New Revision: 1167179 URL: http://svn.apache.org/viewvc?rev=1167179&view=rev Log: Handle min/maxVersion on - Jira issue 1528 https://issues.apache.org/jira/browse/XERCESJ-1528 Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/ap

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

2011-09-08 Thread knoaman
Author: knoaman Date: Thu Sep 8 18:34:13 2011 New Revision: 1166846 URL: http://svn.apache.org/viewvc?rev=1166846&view=rev Log: Remove unused imports Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSConstraints.java Modified: xerces/java/branches

svn commit: r1166836 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl: dv/xs/ xs/ xs/models/ xs/traversers/

2011-09-08 Thread knoaman
Author: knoaman Date: Thu Sep 8 18:21:19 2011 New Revision: 1166836 URL: http://svn.apache.org/viewvc?rev=1166836&view=rev Log: Allow equality check between singleton list value and atomic value - Jira 1527 (https://issues.apache.org/jira/browse/XERCESJ-1527) Added: xerces/java/bran

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

2011-08-31 Thread knoaman
Author: knoaman Date: Wed Aug 31 18:38:35 2011 New Revision: 1163738 URL: http://svn.apache.org/viewvc?rev=1163738&view=rev Log: Support additional rules for EDC - Jira 1526 https://issues.apache.org/jira/browse/XERCESJ-1526 Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/ap

svn commit: r1163737 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces: impl/xs/ impl/xs/traversers/ impl/xs/util/ util/

2011-08-31 Thread knoaman
Author: knoaman Date: Wed Aug 31 18:38:10 2011 New Revision: 1163737 URL: http://svn.apache.org/viewvc?rev=1163737&view=rev Log: Support additional rules for EDC - Jira 1526 https://issues.apache.org/jira/browse/XERCESJ-1526 Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/ap

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

2011-08-12 Thread knoaman
Author: knoaman Date: Fri Aug 12 14:46:12 2011 New Revision: 1157133 URL: http://svn.apache.org/viewvc?rev=1157133&view=rev Log: Move the check for itemType and memberTypes not being special type to findDTDValidator Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xe

svn commit: r1156832 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: XS10Constraints.java XS11Constraints.java XSConstraints.java

2011-08-11 Thread knoaman
Author: knoaman Date: Thu Aug 11 21:14:03 2011 New Revision: 1156832 URL: http://svn.apache.org/viewvc?rev=1156832&view=rev Log: Apply rule 2.2.4.3 of Type Derivation OK (Simple) Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XS10Constraints.java xe

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

2011-08-11 Thread knoaman
Author: knoaman Date: Thu Aug 11 19:18:37 2011 New Revision: 1156751 URL: http://svn.apache.org/viewvc?rev=1156751&view=rev Log: Implement latest changes to (dealing with derivation by extension) Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traver

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

2011-08-11 Thread knoaman
Author: knoaman Date: Thu Aug 11 14:14:00 2011 New Revision: 1156625 URL: http://svn.apache.org/viewvc?rev=1156625&view=rev Log: Fix typo - Wrong message key was used Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java Modified: xe

svn commit: r1156230 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl: dv/ dv/xs/ validation/ xs/ xs/traversers/

2011-08-10 Thread knoaman
Author: knoaman Date: Wed Aug 10 15:27:50 2011 New Revision: 1156230 URL: http://svn.apache.org/viewvc?rev=1156230&view=rev Log: * No need to set an explicit boolean flag on ValidationContext to indicate the schema version. Use the TypeValidatorHelper of the ValidationContext instead. * F

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

2011-08-08 Thread knoaman
Author: knoaman Date: Mon Aug 8 20:03:23 2011 New Revision: 1155074 URL: http://svn.apache.org/viewvc?rev=1155074&view=rev Log: Element Delcaration Consistent When matching a wildcard, the type of the matched global declaration must be same or validly derived from the type of any local ele

svn commit: r1155073 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: ./ models/ traversers/

2011-08-08 Thread knoaman
Author: knoaman Date: Mon Aug 8 20:02:50 2011 New Revision: 1155073 URL: http://svn.apache.org/viewvc?rev=1155073&view=rev Log: Element Delcaration Consistent When matching a wildcard, the type of the matched global declaration must be same or validly derived from the type of any local ele

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=1129322&view=rev Log: Fixing Jira bug XERCESJ-1514 (https://issues.apache.org/jira/browse/XERCESJ-1514). Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/

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=1129316&view=rev Log: Fixing Jira bug XERCESJ-1514 (https://issues.apache.org/jira/browse/XERCESJ-1514). Modified: xerces/java/trunk/src/org/apache/xerces/impl/xpath/r

svn commit: r1082533 - /xerces/java/trunk/src/org/apache/xerces/impl/xs/SchemaGrammar.java

2011-03-17 Thread knoaman
Author: knoaman Date: Thu Mar 17 15:22:26 2011 New Revision: 1082533 URL: http://svn.apache.org/viewvc?rev=1082533&view=rev Log: Fix for JIRA bug https://issues.apache.org/jira/browse/XERCESJ-1500 Modified: xerces/java/trunk/src/org/apache/xerces/impl/xs/SchemaGrammar.java Modified: xe

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

2011-03-17 Thread knoaman
Author: knoaman Date: Thu Mar 17 15:19:14 2011 New Revision: 1082532 URL: http://svn.apache.org/viewvc?rev=1082532&view=rev Log: Fix for JIRA bug https://issues.apache.org/jira/browse/XERCESJ-1500 Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/imp

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

2011-03-14 Thread knoaman
Author: knoaman Date: Mon Mar 14 14:18:31 2011 New Revision: 1081388 URL: http://svn.apache.org/viewvc?rev=1081388&view=rev Log: Fix a potential infinite loop Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDHandler.java Modified: xerces/

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

2011-03-10 Thread knoaman
Author: knoaman Date: Thu Mar 10 18:57:57 2011 New Revision: 1080317 URL: http://svn.apache.org/viewvc?rev=1080317&view=rev Log: Fix for defaultAttributes (need to handle default attribute groups before handling global components) Modified: xerces/java/branches/xml-schema-1.1-dev/src

svn commit: r1070524 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl: validation/ConfigurableValidationState.java validation/ValidationState.java xs/IDContext.java xs/XMLSchem

2011-02-14 Thread knoaman
Author: knoaman Date: Mon Feb 14 15:33:49 2011 New Revision: 1070524 URL: http://svn.apache.org/viewvc?rev=1070524&view=rev Log: Handle duplicate ID values - XML Schema 1.1 allows an element to have multiple attributes of type ID. More than one attribute can have the same ID value which is

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

2011-01-18 Thread knoaman
Author: knoaman Date: Tue Jan 18 18:46:56 2011 New Revision: 1060530 URL: http://svn.apache.org/viewvc?rev=1060530&view=rev Log: Allow reference to xsi attribute in schema documents (per XML Schema 1.1). Ref, the recent discussion on xerces-dev list - http://markmail.org/mes

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

2011-01-18 Thread knoaman
Author: knoaman Date: Tue Jan 18 18:32:56 2011 New Revision: 1060521 URL: http://svn.apache.org/viewvc?rev=1060521&view=rev Log: Rolling back the changes in Revision 1058860, will use the S4S grammar instead Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/imp

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

2011-01-13 Thread knoaman
Author: knoaman Date: Thu Jan 13 14:42:22 2011 New Revision: 1058584 URL: http://svn.apache.org/viewvc?rev=1058584&view=rev Log: Schema Representation Constraint: Complex Type Definition Representation OK 3. If is present and has mode = 'none', then there must not be an among the

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

2011-01-13 Thread knoaman
Author: knoaman Date: Thu Jan 13 14:29:18 2011 New Revision: 1058581 URL: http://svn.apache.org/viewvc?rev=1058581&view=rev Log: Schema Representation Constraint: Complex Type Definition Representation OK 4. If the alternative is chosen and the mixed [attribute] is present on both and ,

svn commit: r1036217 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/override/DOMOverrideImpl.java

2010-11-17 Thread knoaman
Author: knoaman Date: Wed Nov 17 20:43:35 2010 New Revision: 1036217 URL: http://svn.apache.org/viewvc?rev=1036217&view=rev Log: Fixing another bug in xs:override where we did not report an error for duplicate children components Modified: xerces/java/branches/xml-schema-1.1-dev/src

svn commit: r1036152 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl: msg/XMLSchemaMessages.properties xs/traversers/XSDHandler.java xs/traversers/override/DOMOverrideImpl.jav

2010-11-17 Thread knoaman
Author: knoaman Date: Wed Nov 17 18:15:40 2010 New Revision: 1036152 URL: http://svn.apache.org/viewvc?rev=1036152&view=rev Log: Fix couple of bugs in xs:override implementation Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/XMLSchemaMessages.proper

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

2010-11-10 Thread knoaman
Author: knoaman Date: Wed Nov 10 19:32:22 2010 New Revision: 1033662 URL: http://svn.apache.org/viewvc?rev=1033662&view=rev Log: Fix for Backreference processing in RegEx. Jira Bug: https://issues.apache.org/jira/browse/XERCESJ-1473 Modified: xerces/java/branches/xml-schema-1.1-dev/src

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

2010-11-10 Thread knoaman
Author: knoaman Date: Wed Nov 10 19:31:44 2010 New Revision: 1033661 URL: http://svn.apache.org/viewvc?rev=1033661&view=rev Log: Fix for Backreference processing in RegEx. Jira Bug: https://issues.apache.org/jira/browse/XERCESJ-1473 Modified: xerces/java/trunk/src/org/apache/xerces/

svn commit: r1033652 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl: msg/ xs/ xs/traversers/ xs/traversers/override/ xs/traversers/override/exception/

2010-11-10 Thread knoaman
Author: knoaman Date: Wed Nov 10 19:19:05 2010 New Revision: 1033652 URL: http://svn.apache.org/viewvc?rev=1033652&view=rev Log: Implementation of by Udayanga Wickramasinghe (with some minor changes). Jira bug: https://issues.apache.org/jira/browse/XERCESJ-1433 Added: xerces/java/bran

svn commit: r985567 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/Schema11DVFactoryImpl.java

2010-08-14 Thread knoaman
Author: knoaman Date: Sat Aug 14 19:12:52 2010 New Revision: 985567 URL: http://svn.apache.org/viewvc?rev=985567&view=rev Log: ENTITIES, IDREFS, NMTOKENS have anySimpleType as base in XML Schema 1.1 Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/d

svn commit: r985524 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs: BaseSchemaDVFactory.java Schema11DVFactoryImpl.java SchemaDVFactoryImpl.java

2010-08-14 Thread knoaman
Author: knoaman Date: Sat Aug 14 16:16:36 2010 New Revision: 985524 URL: http://svn.apache.org/viewvc?rev=985524&view=rev Log: ENTITIES, IDREFS, NMTOKENS have anyAtomicType as base in XML Schema 1.1 Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/d

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

2010-07-08 Thread knoaman
Author: knoaman Date: Thu Jul 8 20:48:58 2010 New Revision: 961930 URL: http://svn.apache.org/viewvc?rev=961930&view=rev Log: Fix for Jira bug 1456 (https://issues.apache.org/jira/browse/XERCESJ-1456) Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xpath/r

svn commit: r961928 - /xerces/java/trunk/src/org/apache/xerces/impl/xpath/regex/RegularExpression.java

2010-07-08 Thread knoaman
Author: knoaman Date: Thu Jul 8 20:43:46 2010 New Revision: 961928 URL: http://svn.apache.org/viewvc?rev=961928&view=rev Log: Fix for Jira bug 1456 (https://issues.apache.org/jira/browse/XERCESJ-1456) Modified: xerces/java/trunk/src/org/apache/xerces/impl/xpath/regex/RegularExpression.

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

2010-05-31 Thread knoaman
Author: knoaman Date: Mon May 31 14:24:44 2010 New Revision: 949753 URL: http://svn.apache.org/viewvc?rev=949753&view=rev Log: Update minimum JDK level for PsychoPath Modified: xerces/java/branches/xml-schema-1.1-dev/docs/faq-xs.xml Modified: xerces/java/branches/xml-schema-1.1-dev/docs

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

2010-05-27 Thread knoaman
Author: knoaman Date: Thu May 27 21:35:07 2010 New Revision: 949005 URL: http://svn.apache.org/viewvc?rev=949005&view=rev Log: Update FAQ to explain how validate against XML Schema 1.1 Modified: xerces/java/trunk/docs/faq-xs.xml Modified: xerces/java/trunk/docs/faq-xs.xml URL:

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

2010-05-27 Thread knoaman
Author: knoaman Date: Thu May 27 21:33:14 2010 New Revision: 949004 URL: http://svn.apache.org/viewvc?rev=949004&view=rev Log: Update FAQ to explain how validate against XML Schema 1.1 Modified: xerces/java/branches/xml-schema-1.1-dev/docs/faq-xs.xml Modified: xerces/java/branches

svn commit: r948970 - /xerces/java/branches/xml-schema-1.1-dev/tools/cupv10k-runtime.LICENSE.txt

2010-05-27 Thread knoaman
Author: knoaman Date: Thu May 27 20:02:58 2010 New Revision: 948970 URL: http://svn.apache.org/viewvc?rev=948970&view=rev Log: Add a new line at the end of the file Modified: xerces/java/branches/xml-schema-1.1-dev/tools/cupv10k-runtime.LICENSE.txt Modified: xerces/java/branches/xml-sc

svn commit: r948966 - /xerces/java/branches/xml-schema-1.1-dev/tools/cupv10k-runtime.LICENSE.txt

2010-05-27 Thread knoaman
Author: knoaman Date: Thu May 27 20:01:10 2010 New Revision: 948966 URL: http://svn.apache.org/viewvc?rev=948966&view=rev Log: Add license notice for cupv10k-runtime.jar Added: xerces/java/branches/xml-schema-1.1-dev/tools/cupv10k-runtime.LICENSE.txt (with props) Added: xerces/

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

2010-05-27 Thread knoaman
Author: knoaman Date: Thu May 27 19:10:53 2010 New Revision: 948957 URL: http://svn.apache.org/viewvc?rev=948957&view=rev Log: Update release information in preparation for Xerces-J 2.10.0 Modified: xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml Modified: xerces/java/branches

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

2010-05-27 Thread knoaman
Author: knoaman Date: Thu May 27 19:06:48 2010 New Revision: 948954 URL: http://svn.apache.org/viewvc?rev=948954&view=rev Log: Update release information in preparation for Xerces-J 2.10.0 Modified: xerces/java/trunk/docs/releases.xml Modified: xerces/java/trunk/docs/releases.xml URL:

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

2010-05-25 Thread knoaman
Author: knoaman Date: Tue May 25 13:43:56 2010 New Revision: 948040 URL: http://svn.apache.org/viewvc?rev=948040&view=rev Log: Fix for Jira bug: https://issues.apache.org/jira/browse/XERCESJ-1439 Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/imp

svn commit: r946259 [1/2] - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xpath/regex/RegularExpression.java

2010-05-19 Thread knoaman
Author: knoaman Date: Wed May 19 16:18:35 2010 New Revision: 946259 URL: http://svn.apache.org/viewvc?rev=946259&view=rev Log: Fix for Regex problems reported in the following Jira bugs: - Jira 589 (https://issues.apache.org/jira/browse/XERCESJ-589) - Jira 1326 (https://issues.apache.org/

svn commit: r946257 [1/2] - /xerces/java/trunk/src/org/apache/xerces/impl/xpath/regex/RegularExpression.java

2010-05-19 Thread knoaman
Author: knoaman Date: Wed May 19 16:17:53 2010 New Revision: 946257 URL: http://svn.apache.org/viewvc?rev=946257&view=rev Log: Fix for Regex problems reported in the following Jira bugs: - Jira 589 (https://issues.apache.org/jira/browse/XERCESJ-589) - Jira 1326 (https://issues.apache.org/

svn commit: r938077 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: SchemaGrammar.java SchemaSymbols.java traversers/XSDComplexTypeTraverser.java traversers/XSDSimpleTypeT

2010-04-26 Thread knoaman
Author: knoaman Date: Mon Apr 26 15:01:13 2010 New Revision: 938077 URL: http://svn.apache.org/viewvc?rev=938077&view=rev Log: anyAtomicType cannot be used as a base of simple type restriction. Jira bug: https://issues.apache.org/jira/browse/XERCESJ-1437 Modified: xerces/java/branches

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

2010-04-15 Thread knoaman
Author: knoaman Date: Thu Apr 15 18:14:10 2010 New Revision: 934504 URL: http://svn.apache.org/viewvc?rev=934504&view=rev Log: Fix for jira bug 1443 https://issues.apache.org/jira/browse/XERCESJ-1443 Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traver

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

2010-04-15 Thread knoaman
Author: knoaman Date: Thu Apr 15 17:42:33 2010 New Revision: 934498 URL: http://svn.apache.org/viewvc?rev=934498&view=rev Log: Fix for jira bug 1442 https://issues.apache.org/jira/browse/XERCESJ-1442 Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traver

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

2010-04-15 Thread knoaman
Author: knoaman Date: Thu Apr 15 15:31:22 2010 New Revision: 934452 URL: http://svn.apache.org/viewvc?rev=934452&view=rev Log: Support multiple attributes of type ID - patch by Kun Xu (with a slight modification) Jira bug: https://issues.apache.org/jira/browse/XERCESJ-1440 Modified: xe

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

2010-04-15 Thread knoaman
Author: knoaman Date: Thu Apr 15 14:54:16 2010 New Revision: 934433 URL: http://svn.apache.org/viewvc?rev=934433&view=rev Log: Check for assert elements only if we are dealing with XML Schema 1.1 Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traver

svn commit: r933633 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/TypeValidatorHelper.java

2010-04-13 Thread knoaman
Author: knoaman Date: Tue Apr 13 14:29:36 2010 New Revision: 933633 URL: http://svn.apache.org/viewvc?rev=933633&view=rev Log: fractionDigits is not a valid facet for precisionDecimal. Patch by Kun Xu. Jira issue: https://issues.apache.org/jira/browse/XERCESJ-1438 Modified: xerces/

svn commit: r933357 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs: DoubleDV.java FloatDV.java

2010-04-12 Thread knoaman
Author: knoaman Date: Mon Apr 12 18:49:51 2010 New Revision: 933357 URL: http://svn.apache.org/viewvc?rev=933357&view=rev Log: Allow "+INF" for double and float in XML Schema 1.1. Patch by Kun Xu with a slight modification. Jira bug: https://issues.apache.org/jira/browse/XERCESJ-

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

2010-02-11 Thread knoaman
Author: knoaman Date: Thu Feb 11 20:32:18 2010 New Revision: 909135 URL: http://svn.apache.org/viewvc?rev=909135&view=rev Log: Fix problem in Regex, in normal mode with multi-line option, when last character is a new line and we are matching a '^'. The match should fail. Modifie

svn commit: r909133 - /xerces/java/trunk/src/org/apache/xerces/impl/xpath/regex/RegularExpression.java

2010-02-11 Thread knoaman
Author: knoaman Date: Thu Feb 11 20:31:12 2010 New Revision: 909133 URL: http://svn.apache.org/viewvc?rev=909133&view=rev Log: Fix problem in Regex, in normal mode with multi-line option, when last character is a new line and we are matching a '^'. The match should fail. Modifie

svn commit: r891932 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces: impl/xs/ impl/xs/traversers/ xs/

2009-12-17 Thread knoaman
Author: knoaman Date: Thu Dec 17 21:49:05 2009 New Revision: 891932 URL: http://svn.apache.org/viewvc?rev=891932&view=rev Log: update parent information (part of the scope) of local element/attribute declarations Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/

svn commit: r890366 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java

2009-12-14 Thread knoaman
Author: knoaman Date: Mon Dec 14 15:15:09 2009 New Revision: 890366 URL: http://svn.apache.org/viewvc?rev=890366&view=rev Log: Previous commit overwrote some existing code Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java Modi

svn commit: r890358 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl: dv/ dv/xs/ msg/ xs/ xs/traversers/

2009-12-14 Thread knoaman
Author: knoaman Date: Mon Dec 14 15:04:26 2009 New Revision: 890358 URL: http://svn.apache.org/viewvc?rev=890358&view=rev Log: Add support for maxScale and minScale (precisionDecimal simple type) - patch by Ken Cai. Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xe

svn commit: r890348 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/PrecisionDecimalDV.java

2009-12-14 Thread knoaman
Author: knoaman Date: Mon Dec 14 14:45:05 2009 New Revision: 890348 URL: http://svn.apache.org/viewvc?rev=890348&view=rev Log: Various fixes for precisionDecimal simple type Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/PrecisionDecimalDV.java Modi

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

2009-12-11 Thread knoaman
Author: knoaman Date: Fri Dec 11 15:26:14 2009 New Revision: 889652 URL: http://svn.apache.org/viewvc?rev=889652&view=rev Log: Fix for CTA - We were always falling back to the element declaration's type, even if the type alternative was validly derived from the type of the element.

svn commit: r889369 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xpath/XPath20.java

2009-12-10 Thread knoaman
Author: knoaman Date: Thu Dec 10 19:00:55 2009 New Revision: 889369 URL: http://svn.apache.org/viewvc?rev=889369&view=rev Log: Use the Schema 1.1 DV factory Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xpath/XPath20.java Modified: xerces/java/branches

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

2009-12-10 Thread knoaman
Author: knoaman Date: Thu Dec 10 18:46:04 2009 New Revision: 889362 URL: http://svn.apache.org/viewvc?rev=889362&view=rev Log: Fix a problem with CTA checking when handling root elements. Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLSchemaValidator.

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

2009-12-10 Thread knoaman
Author: knoaman Date: Thu Dec 10 18:33:26 2009 New Revision: 889357 URL: http://svn.apache.org/viewvc?rev=889357&view=rev Log: Make sure that the type of the CTA is either xs:error or is validly derived from the type of the element. Modified: xerces/java/branches/xml-schema-1.1-dev/src

svn commit: r888552 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces: impl/dv/xs/ impl/xs/ impl/xs/traversers/ xs/

2009-12-08 Thread knoaman
Author: knoaman Date: Tue Dec 8 20:01:29 2009 New Revision: 888552 URL: http://svn.apache.org/viewvc?rev=888552&view=rev Log: Store {context} property in type definitions Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java xe

svn commit: r886274 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/xs/AbstractDateTimeDV.java

2009-12-02 Thread knoaman
Author: knoaman Date: Wed Dec 2 19:19:31 2009 New Revision: 886274 URL: http://svn.apache.org/viewvc?rev=886274&view=rev Log: Add support for dateTimeStamp simple type and explicitTimezone facet. Patch by Ken Cai with minor modifications by Khaled Noaman. Modified: xerces/java/bran

svn commit: r886273 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl: dv/ dv/xs/ msg/ xs/ xs/traversers/

2009-12-02 Thread knoaman
Author: knoaman Date: Wed Dec 2 19:18:54 2009 New Revision: 886273 URL: http://svn.apache.org/viewvc?rev=886273&view=rev Log: Add support for dateTimeStamp simple type and explicitTimezone facet. Patch by Ken Cai with minor modifications by Khaled Noaman. Added: xerces/java/branches

svn commit: r885821 - in /xerces/java/branches/xml-schema-1.1-dev: samples/simpletype/ samples/xni/ src/org/apache/xerces/impl/dv/xs/ src/org/apache/xerces/xs/

2009-12-01 Thread knoaman
Author: knoaman Date: Tue Dec 1 16:24:10 2009 New Revision: 885821 URL: http://svn.apache.org/viewvc?rev=885821&view=rev Log: Revert back to using short for facets to maintain backward compatibility Modified: xerces/java/branches/xml-schema-1.1-dev/samples/simpletype/SimpleTypeUsage.

svn commit: r884566 [3/3] - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces: impl/xs/models/ impl/xs/traversers/ impl/xs/util/ parsers/

2009-11-26 Thread knoaman
Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDKeyrefTraverser.java URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/traversers/XSDKeyrefTraverser.java?rev=884566&r1=884565&r2=884566&view=diff ==

svn commit: r884565 [2/2] - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces: dom/ impl/ impl/dv/xs/ impl/xs/

2009-11-26 Thread knoaman
Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSModelImpl.java URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSModelImpl.java?rev=884565&r1=884564&r2=884565&view=diff ==

svn propchange: r883496 - svn:log

2009-11-23 Thread knoaman
Author: knoaman Revision: 883496 Modified property: svn:log Modified: svn:log at Mon Nov 23 20:53:07 2009 -- --- svn:log (original) +++ svn:log Mon Nov 23 20:53:07 2009 @@ -1 +1 @@ -Use ArrayList of Vector - Keep 1.1

svn commit: r883497 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/util/SymbolHash.java

2009-11-23 Thread knoaman
Author: knoaman Date: Mon Nov 23 20:49:53 2009 New Revision: 883497 URL: http://svn.apache.org/viewvc?rev=883497&view=rev Log: Return key/value pairs of all entries in the map - Keep 1.1 branch up to date with Xerces-J trunk Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/ap

svn commit: r883496 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/validation/ValidationManager.java

2009-11-23 Thread knoaman
Author: knoaman Date: Mon Nov 23 20:46:00 2009 New Revision: 883496 URL: http://svn.apache.org/viewvc?rev=883496&view=rev Log: Use ArrayList of Vector - Keep 1.1 branch up to date with Xerces-J trunk Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/valida

svn commit: r883493 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces: util/ xpointer/

2009-11-23 Thread knoaman
Author: knoaman Date: Mon Nov 23 20:39:18 2009 New Revision: 883493 URL: http://svn.apache.org/viewvc?rev=883493&view=rev Log: Make some classes final and use some different data structures - Keep 1.1 branch up to date with Xerces-J trunk Modified: xerces/java/branches/xml-schema-1.1

svn commit: r883491 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dtd: DTDGrammar.java XMLDTDDescription.java XMLDTDProcessor.java

2009-11-23 Thread knoaman
Author: knoaman Date: Mon Nov 23 20:32:14 2009 New Revision: 883491 URL: http://svn.apache.org/viewvc?rev=883491&view=rev Log: Use ArrayList and HashMap instead of Vector and HashTable - Keep 1.1 branch up to date with Xerces-J trunk Modified: xerces/java/branches/xml-schema-1.1-dev

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

2009-11-23 Thread knoaman
Author: knoaman Date: Mon Nov 23 20:28:10 2009 New Revision: 883487 URL: http://svn.apache.org/viewvc?rev=883487&view=rev Log: Various DOM changes - Keep 1.1 branch up to date with Xerces-J trunk Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/dom/AttributeMap.

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

2009-11-12 Thread knoaman
Author: knoaman Date: Thu Nov 12 15:06:18 2009 New Revision: 835408 URL: http://svn.apache.org/viewvc?rev=835408&view=rev Log: Allow character class subtraction in the normal mode Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xpath/regex/RegexParser.

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

2009-11-12 Thread knoaman
Author: knoaman Date: Thu Nov 12 15:05:45 2009 New Revision: 835407 URL: http://svn.apache.org/viewvc?rev=835407&view=rev Log: Allow character class subtraction in the normal mode Modified: xerces/java/trunk/src/org/apache/xerces/impl/xpath/regex/RegexParser.java Modified: xerces/

svn commit: r834488 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xpath/regex: CaseInsensitiveMap.java RegexParser.java

2009-11-10 Thread knoaman
Author: knoaman Date: Tue Nov 10 14:59:43 2009 New Revision: 834488 URL: http://svn.apache.org/viewvc?rev=834488&view=rev Log: A further fix for JIRA Issue #1389: http://issues.apache.org/jira/browse/XERCESJ-1389. [Case insensitive matching] Added: xerces/java/branches/xml-schema-1.1

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

2009-11-10 Thread knoaman
Author: knoaman Date: Tue Nov 10 14:59:12 2009 New Revision: 834487 URL: http://svn.apache.org/viewvc?rev=834487&view=rev Log: A further fix for JIRA Issue #1389: http://issues.apache.org/jira/browse/XERCESJ-1389. [Case insensitive matching] Added: xerces/java/trunk/src/org/apache/xe

svn commit: r831927 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xpath/regex: ParserForXMLSchema.java RegexParser.java RegularExpression.java Token.java

2009-11-02 Thread knoaman
Author: knoaman Date: Mon Nov 2 15:40:37 2009 New Revision: 831927 URL: http://svn.apache.org/viewvc?rev=831927&view=rev Log: [RegEx] Fix for case insensitive matching Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xpath/regex/ParserForXMLSchema.

svn commit: r831926 - in /xerces/java/trunk/src/org/apache/xerces/impl/xpath/regex: ParserForXMLSchema.java RegexParser.java RegularExpression.java Token.java

2009-11-02 Thread knoaman
Author: knoaman Date: Mon Nov 2 15:38:53 2009 New Revision: 831926 URL: http://svn.apache.org/viewvc?rev=831926&view=rev Log: [RegEx] Fix for case insensitive matching Modified: xerces/java/trunk/src/org/apache/xerces/impl/xpath/regex/ParserForXMLSchema.java xerces/java/trunk/src

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

2009-10-21 Thread knoaman
Author: knoaman Date: Wed Oct 21 14:00:43 2009 New Revision: 828017 URL: http://svn.apache.org/viewvc?rev=828017&view=rev Log: A free spacing mode has no effect inside a character class (i.e. whitespace are included) Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xe

svn commit: r828015 - /xerces/java/trunk/src/org/apache/xerces/impl/xpath/regex/REUtil.java

2009-10-21 Thread knoaman
Author: knoaman Date: Wed Oct 21 13:56:13 2009 New Revision: 828015 URL: http://svn.apache.org/viewvc?rev=828015&view=rev Log: A free spacing mode has no effect inside a character class (i.e. whitespace are included) Modified: xerces/java/trunk/src/org/apache/xerces/impl/xpath/r

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

2009-10-20 Thread knoaman
Author: knoaman Date: Tue Oct 20 20:26:35 2009 New Revision: 827779 URL: http://svn.apache.org/viewvc?rev=827779&view=rev Log: Fix a problem with range tokens where lower case characters where not added (in a case insensitive mode) Modified: xerces/java/branches/xml-schema-1.1-dev/src

svn commit: r827769 - /xerces/java/trunk/src/org/apache/xerces/impl/xpath/regex/RangeToken.java

2009-10-20 Thread knoaman
Author: knoaman Date: Tue Oct 20 19:47:53 2009 New Revision: 827769 URL: http://svn.apache.org/viewvc?rev=827769&view=rev Log: Fix a problem with range tokens where lower case characters where not added (in a case insensitive mode) Modified: xerces/java/trunk/src/org/apache/xerces/

svn commit: r821797 - /xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDHandler.java

2009-10-05 Thread knoaman
Author: knoaman Date: Mon Oct 5 13:38:05 2009 New Revision: 821797 URL: http://svn.apache.org/viewvc?rev=821797&view=rev Log: Fix typo Modified: xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDHandler.java Modified: xerces/java/trunk/src/org/apache/xerces/impl/xs/traver

svn commit: r821796 - /xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDHandler.java

2009-10-05 Thread knoaman
Author: knoaman Date: Mon Oct 5 13:34:13 2009 New Revision: 821796 URL: http://svn.apache.org/viewvc?rev=821796&view=rev Log: Fix for error when processing redefined schemas that redefine others Modified: xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDHandler.java Modi

svn propchange: r819653 - svn:log

2009-09-28 Thread knoaman
Author: knoaman Revision: 819653 Modified property: svn:log Modified: svn:log at Mon Sep 28 17:46:02 2009 -- --- svn:log (original) +++ svn:log Mon Sep 28 17:46:02 2009 @@ -1 +1 @@ -Fix for potential NPEs when processing

svn propchange: r819653 - svn:log

2009-09-28 Thread knoaman
Author: knoaman Revision: 819653 Modified property: svn:log Modified: svn:log at Mon Sep 28 17:44:16 2009 -- --- svn:log (original) +++ svn:log Mon Sep 28 17:44:16 2009 @@ -1 +1 @@ -Fix for defect 611261 +Fix for

svn commit: r819653 - in /xerces/java/trunk/src/org/apache/xerces: impl/xs/ impl/xs/traversers/ util/

2009-09-28 Thread knoaman
Author: knoaman Date: Mon Sep 28 17:29:56 2009 New Revision: 819653 URL: http://svn.apache.org/viewvc?rev=819653&view=rev Log: Fix for defect 611261 Modified: xerces/java/trunk/src/org/apache/xerces/impl/xs/SchemaGrammar.java xerces/java/trunk/src/org/apache/xerces/imp

svn commit: r807392 - /xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser.java

2009-08-24 Thread knoaman
Author: knoaman Date: Mon Aug 24 21:44:35 2009 New Revision: 807392 URL: http://svn.apache.org/viewvc?rev=807392&view=rev Log: Fix typo. Wrong variable name was used. Modified: xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser.java Modified: xerces/

svn commit: r805527 - /xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDHandler.java

2009-08-18 Thread knoaman
Author: knoaman Date: Tue Aug 18 18:28:54 2009 New Revision: 805527 URL: http://svn.apache.org/viewvc?rev=805527&view=rev Log: When parsing a schema, return the grammar object when the schema root is null (it's null by default, but could be non-null in the case of namespace growth)

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

2009-07-30 Thread knoaman
Author: knoaman Date: Thu Jul 30 21:35:19 2009 New Revision: 799450 URL: http://svn.apache.org/viewvc?rev=799450&view=rev Log: Allow back references with multiple digits Modified: xerces/java/trunk/src/org/apache/xerces/impl/xpath/regex/RegexParser.java Modified: xerces/java/trunk/src

svn commit: r789785 - in /xerces/java/trunk/src/org/apache/xerces: impl/xs/SchemaGrammar.java impl/xs/traversers/XSDHandler.java impl/xs/util/ObjectListImpl.java impl/xs/util/XSInputSource.java util/S

2009-06-30 Thread knoaman
Author: knoaman Date: Tue Jun 30 15:10:26 2009 New Revision: 789785 URL: http://svn.apache.org/viewvc?rev=789785&view=rev Log: [Internal] Allow for component sharing Added: xerces/java/trunk/src/org/apache/xerces/impl/xs/util/ObjectListImpl.java (with props) xerces/java/trunk/src

svn commit: r784913 - /xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/TimeDV.java

2009-06-15 Thread knoaman
Author: knoaman Date: Mon Jun 15 18:52:14 2009 New Revision: 784913 URL: http://svn.apache.org/viewvc?rev=784913&view=rev Log: Fix for time comparison (only hours, minutes and seconds) should be used Modified: xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/TimeDV.java Modified: xe

svn commit: r779777 - in /xerces/java/trunk/src/org/apache/xerces/impl/xs: ./ traversers/

2009-05-28 Thread knoaman
Author: knoaman Date: Thu May 28 21:19:11 2009 New Revision: 779777 URL: http://svn.apache.org/viewvc?rev=779777&view=rev Log: Allow for namespace growth - for now we use the same grammar instance and we do not override any global declarations Modified: xerces/java/trunk/src/org/ap

  1   2   >