- Oct 27, 2010
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1027994 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 28, 2010
-
-
Alberto Massari authored
Normalize the attribute values before collapsing whitespace, or the special characters used to signal the usage of an entity reference inside an attribute value will remain in the value of xsi:type and xsi:nill (XERCESC-1945) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1002312 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 09, 2010
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@983800 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
Process xsi:type after consuming xsi:schemaLocation, so that the grammar where the type is defined can be found also when the xsi:schemaLocation is placed after xsi:type (XERCESC-1937) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@983783 13f79535-47bb-0310-9956-ffa450edef68
-
- May 09, 2010
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@942563 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@942560 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 22, 2010
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@936629 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 21, 2010
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@936341 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@936317 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 19, 2010
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@935548 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@935480 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 18, 2010
-
-
Boris Kolpackov authored
we continue parsing a invalid document (XERCESC-1919). git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@935357 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@935356 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@935348 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 16, 2010
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@934988 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@934958 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 13, 2010
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@933521 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 12, 2010
-
-
Alberto Massari authored
Restore the usage of the document fragment in XInclude processing to handle xi:include as root elements; delay the recursive expansion of includes until the document fragment has been placed in the final location [XERCESC-1918] git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@933210 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
The code formatting a content model was skipping the cardinality indicators (*, +, ?) [XERCESC-1914] git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@933153 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 11, 2010
-
-
Boris Kolpackov authored
bugs and memory leaks in XInclude code. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@932950 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@932892 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@932889 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@932876 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 07, 2010
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@931591 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 19, 2010
-
-
Boris Kolpackov authored
from loadGrammar. This values are already validated in TraverseSchema. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@925211 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 18, 2010
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@924841 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 17, 2010
-
-
Boris Kolpackov authored
it is done properly by the create* functions (XERCESC-1913). git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@911102 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 29, 2010
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@904489 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@904402 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 28, 2010
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@904065 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
Execute libtool patching code for --disable-rpath in config.guess instead of configure since now libtool is created in in config.guess. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@904040 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@903997 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 26, 2010
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@903188 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@903149 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@903137 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
few warnings. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@903128 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@903123 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 20, 2010
-
-
John Snelson authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@901280 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@901107 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@901106 13f79535-47bb-0310-9956-ffa450edef68
-