- Aug 07, 2002
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174095 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 31, 2002
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174087 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 12, 2002
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173977 13f79535-47bb-0310-9956-ffa450edef68
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173976 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 11, 2002
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173970 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 05, 2002
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173954 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 17, 2002
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173854 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
DOM L3: Add the flag fNormalizeData so that datatype normalization defined by schema is done only if asked. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173848 13f79535-47bb-0310-9956-ffa450edef68
-
- May 30, 2002
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173770 13f79535-47bb-0310-9956-ffa450edef68
-
- May 28, 2002
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173759 13f79535-47bb-0310-9956-ffa450edef68
-
- May 27, 2002
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173744 13f79535-47bb-0310-9956-ffa450edef68
-
- May 22, 2002
-
-
Khaled Noaman authored
- Make use of the XMLEntityHandler/XMLErrorReporter interfaces, instead of using EntityHandler/ErrorHandler directly. - Add 'AbstractDOMParser' class to provide common functionality for XercesDOMParser and DOMBuilder. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173731 13f79535-47bb-0310-9956-ffa450edef68
-
- May 10, 2002
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173661 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173660 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 19, 2002
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173637 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 01, 2002
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173599 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 25, 2002
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173589 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 01, 2002
-
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173439 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 23, 2002
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173429 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173428 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 17, 2001
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173392 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 14, 2001
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173390 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 12, 2001
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173374 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 30, 2001
-
-
PeiYong Zhang authored
cleanUp object moved to file scope git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173334 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 28, 2001
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173324 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 21, 2001
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173262 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 20, 2001
-
-
Tinny Ng authored
Schema: schemaLocation and noNamespaceSchemaLocation to be specified outside the instance document. New methods setExternalSchemaLocation and setExternalNoNamespaceSchemaLocation are added (for SAX2, two new properties are added). git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173250 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 15, 2001
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173237 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 13, 2001
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173221 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 02, 2001
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173197 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 25, 2001
-
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173181 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 23, 2001
-
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173154 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 22, 2001
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173149 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 12, 2001
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173107 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 09, 2001
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173082 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 14, 2001
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173032 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 10, 2001
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173020 13f79535-47bb-0310-9956-ffa450edef68
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173018 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 05, 2001
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173014 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 29, 2001
-
-
Tinny Ng authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173007 13f79535-47bb-0310-9956-ffa450edef68
-