- Apr 16, 2007
-
-
Alberto Massari authored
- Perform XInclude at the end of each endElement callback, instead of doing it at the end (so that we clone smaller trees, instead of cloning the entire document) - XInclude now reports notation and entity conflicts - XInclude now reports invalid xi elements - Fixed base URI handling in fallback elements - Fixed memory leaks git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@529303 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
Fold DOMElementNSImpl::getBaseURI and DOMElementImpl::getBaseURI into DOMElementImpl, so that it still works when an element contains both DOMAttrNSImpl and DOMAttrImpl attributes git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@529271 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 10, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@527149 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 06, 2007
-
-
Alberto Massari authored
- Each SchemaInfo should have its own NamespaceScope (pre-populated with the content of the including grammar) instead of pointing to a stack of the NamespaceScope of the topmost grammar (otherwise, if A includes B and then C, C sees the namespace prefixes declared by B) - SchemaGrammar should not be used to store the transient NamespaceScope objects - The stack of NamespaceScope is updated by each DOMElement that has attributes declaring new namespace prefixes (XERCESC-1592) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@526239 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 30, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@524005 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 28, 2007
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@523445 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 27, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@523038 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@522856 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@522853 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 09, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@516336 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 08, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@516132 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 07, 2007
-
-
David N Bertoni authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@515842 13f79535-47bb-0310-9956-ffa450edef68
-
David N Bertoni authored
Use existing define from XMemory to control whether or not corresponding operator delete overloads are defined. This silences warnings on more compilers. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@515782 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 06, 2007
-
-
Alberto Massari authored
IconvGNU and IconvFBSD transcoders override application-set locale, XERCESC-1660 (patch by Boris Kolpackov) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@515018 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 02, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@513675 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@513668 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@513666 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@513661 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 28, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@512794 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@512774 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@512750 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 23, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@510941 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 21, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@510095 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 07, 2007
-
-
Alberto Massari authored
Even if the XSTS suite thinks differently, the XMLSchema 1.1 clarifies that two values derived from the same value space should be treated as equals; so find out the common ancestor and use it to perform the comparison git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@504487 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 06, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@504297 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@504184 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
When invoking the userData handlers, first build a snapshot of the map, so that the callbacks can update it safely git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@504040 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 02, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@502667 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
Implemented the DOML3 XPath interfaces, reusing the XPath processor used inside the XMLSchema validation; this means it understands only a limited subset of the XPath syntax, and can only return DOMElement nodes. However, it could be useful for simple navigations, or maybe be later expanded git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@502666 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@502663 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@502661 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@502636 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@502545 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 31, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@501899 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@501872 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@501863 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 30, 2007
-
-
Alberto Massari authored
DOML3 parser was storing validation flags instead of relying on the status of the underlying scanner git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@501475 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@501463 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@501443 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
Only xs:key should complain if not all the fields of an identity constraint are not found in the XML instance (XERCESC-1237) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@501428 13f79535-47bb-0310-9956-ffa450edef68
-