- Jul 06, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@554014 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@554006 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@553979 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@553941 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@553937 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
Changed XMLTransService interface to have transcodeFrom and transcodeTo use XMLSize_t (XERCESC-1531) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@553923 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
Changed BinOutputStream interface to have curPos return a 64-bit integer, and use XMLSize_t in writeBytes (XERCESC-1531) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@553915 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@553906 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
Changed BinInputStream interface to have curPos return a 64-bit integer, and use XMLSize_t in readBytes (XERCESC-1531) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@553903 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 02, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@552513 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 14, 2007
-
-
David N Bertoni authored
Fix for null pointer dereference in the case where the expression is empty and the case-insensitive option is specified. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@547447 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 09, 2007
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@545741 13f79535-47bb-0310-9956-ffa450edef68
-
David Abram Cargill authored
Supress DTD error message for attribute refering to unknown entity when attribute not used. Patch from John Kim. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@545740 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 01, 2007
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@543585 13f79535-47bb-0310-9956-ffa450edef68
-
- May 22, 2007
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@540694 13f79535-47bb-0310-9956-ffa450edef68
-
- May 21, 2007
-
-
Alberto Massari authored
In the fix for XERCESC-1592, code to set xmlns="" that was moved from retrieveNamespaceMappping to preprocessSchema was not executed for imported schemas git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@540084 13f79535-47bb-0310-9956-ffa450edef68
-
- May 15, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@538144 13f79535-47bb-0310-9956-ffa450edef68
-
- May 09, 2007
-
-
Alberto Massari authored
Move helper function to the CPP file, so that the proper type (SOCKET) can be used, instead of unsigned short git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@536538 13f79535-47bb-0310-9956-ffa450edef68
-
- May 08, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@536133 13f79535-47bb-0310-9956-ffa450edef68
-
- May 07, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@535824 13f79535-47bb-0310-9956-ffa450edef68
-
- May 02, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@534358 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 25, 2007
-
-
David N Bertoni authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@532455 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@532407 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@532335 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 17, 2007
-
-
Alberto Massari authored
In the Windows registry, the code page for an encoding is stored in MIME\Database\Charset\<encoding>\@InternetEncoding, not in MIME\Database\Charset\<encoding>\@Codepage (XERCESC-1092) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@529526 13f79535-47bb-0310-9956-ffa450edef68
-
- 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
-