cvs commit: xml-xerces/java/src/org/apache/xerces/parsers DOMParserImpl.java

2004-07-09 Thread mrglavas
mrglavas2004/07/09 15:12:33 Modified:java/src/org/apache/xerces/parsers DOMParserImpl.java Log: Fixing Jira Bug #950: http://nagoya.apache.org/jira/browse/XERCESJ-950 Eliminating the check to see what the value of 'schema-type' is before setting schema-location is needed

cvs commit: xml-xerces/java/src/org/apache/xerces/parsers DOMParserImpl.java

2004-07-09 Thread mrglavas
mrglavas2004/07/09 14:38:59 Modified:java/src/org/apache/xerces/parsers DOMParserImpl.java Log: If the exception thrown is an XMLParseException we've already reported the error to the user's error-handler. We were reporting fatal errors twice. On the second time without an e

cvs commit: xml-xerces/java/src/org/apache/xerces/parsers DOMParserImpl.java

2004-04-23 Thread mrglavas
mrglavas2004/04/23 09:06:10 Modified:java/src/org/apache/xerces/parsers DOMParserImpl.java Log: Fix indentation in getParameterNames method. Revision ChangesPath 1.25 +37 -37xml-xerces/java/src/org/apache/xerces/parsers/DOMParserImpl.java Index: DOMParserImp

cvs commit: xml-xerces/java/src/org/apache/xerces/parsers DOMParserImpl.java

2004-04-23 Thread mrglavas
mrglavas2004/04/23 09:03:50 Modified:java/src/org/apache/xerces/parsers DOMParserImpl.java Log: Fixing Jira Bug #944: http://nagoya.apache.org/jira/browse/XERCESJ-944 Add 'split-cdata-sections' to the list of parameter names supported by the DOMConfiguration for LSParser

cvs commit: xml-xerces/java/src/org/apache/xerces/parsers DOMParserImpl.java

2004-04-14 Thread mrglavas
mrglavas2004/04/14 08:54:06 Modified:java/src/org/apache/xerces/dom DOMConfigurationImpl.java java/src/org/apache/xerces/parsers DOMParserImpl.java Log: Fixing Jira Bug #944: http://nagoya.apache.org/jira/browse/XERCESJ-944 Allow 'schema-location' and 'schema

cvs commit: xml-xerces/java/src/org/apache/xerces/parsers DOMParserImpl.java

2004-04-13 Thread mrglavas
mrglavas2004/04/13 08:08:08 Modified:java/src/org/apache/xerces/parsers DOMParserImpl.java Log: Fixing Bug #28288: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=28288 Fixing W3C LS test case failure: noinputspecified01. DOMParserImpl was throwing a NullPointerExcepti

cvs commit: xml-xerces/java/src/org/apache/xerces/parsers DOMParserImpl.java

2004-03-24 Thread mrglavas
mrglavas2004/03/24 13:32:43 Modified:java/src/org/apache/xerces/parsers DOMParserImpl.java Log: Fixing Bug #27872: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27872 The LSParser was not using the given order: 1. LSInput.characterStream 2. LSInput.byteStream

cvs commit: xml-xerces/java/src/org/apache/xerces/parsers DOMParserImpl.java

2004-03-16 Thread mrglavas
mrglavas2004/03/16 10:44:28 Modified:java/src/org/apache/xerces/parsers DOMParserImpl.java Log: Fixing Bug #27716: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27716 LSParser must recognize ''split-cdata-sections' parameter. Thanks to Naela Nissar for the patch.

cvs commit: xml-xerces/java/src/org/apache/xerces/parsers DOMParserImpl.java

2004-03-02 Thread mrglavas
mrglavas2004/03/02 14:08:50 Modified:java/src/org/apache/xerces/parsers DOMParserImpl.java Log: DOM Level 3 core states that: "The parameter names used by the DOMConfiguration object are defined throughout the DOM Level 3 specifications. Names are case-insensitive." We

cvs commit: xml-xerces/java/src/org/apache/xerces/parsers DOMParserImpl.java

2004-01-29 Thread elena
elena 2004/01/29 16:16:27 Modified:java/src/org/apache/xerces/parsers DOMParserImpl.java Log: Fix some missed feature support Revision ChangesPath 1.14 +11 -1 xml-xerces/java/src/org/apache/xerces/parsers/DOMParserImpl.java Index: DOMParserImpl.java

cvs commit: xml-xerces/java/src/org/apache/xerces/parsers DOMParserImpl.java

2004-01-29 Thread elena
elena 2004/01/29 13:01:03 Modified:java/src/org/apache/xerces/parsers DOMParserImpl.java Log: Add LSException per latest change to the draft Revision ChangesPath 1.13 +9 -6 xml-xerces/java/src/org/apache/xerces/parsers/DOMParserImpl.java Index: DOMParserI

cvs commit: xml-xerces/java/src/org/apache/xerces/parsers DOMParserImpl.java

2004-01-29 Thread mrglavas
mrglavas2004/01/29 12:59:52 Modified:java/src/org/apache/xerces/parsers DOMParserImpl.java Log: Support the 'infoset' parameter for the DOMConfiguration of LSParser. By default the value of this parameter is true which implies that all of (namespace-declarations, well-formed,

cvs commit: xml-xerces/java/src/org/apache/xerces/parsers DOMParserImpl.java

2004-01-23 Thread elena
elena 2004/01/23 11:42:04 Modified:java/src/org/apache/xerces/parsers DOMParserImpl.java Log: Update following the latest changes to the LS draft Revision ChangesPath 1.11 +2 -2 xml-xerces/java/src/org/apache/xerces/parsers/DOMParserImpl.java Index: DOMPa

cvs commit: xml-xerces/java/src/org/apache/xerces/parsers DOMParserImpl.java

2003-12-09 Thread venu
venu2003/12/09 07:11:27 Modified:java/src/org/apache/xerces/parsers Tag: jaxp13-2_6-branch DOMParserImpl.java Log: resource resolver can have null value. Revision ChangesPath No revision No revision 1.9.2

cvs commit: xml-xerces/java/src/org/apache/xerces/parsers DOMParserImpl.java

2003-11-18 Thread elena
elena 2003/11/18 16:08:10 Modified:java/src/org/apache/xerces/parsers DOMParserImpl.java Log: Fixing a bug related to busy -- was not resetting this field properly. Also abort() means that the parsing is stopped, therefore we need to throw an exception. Revision Changes

cvs commit: xml-xerces/java/src/org/apache/xerces/parsers DOMParserImpl.java AbstractDOMParser.java

2003-11-18 Thread venu
venu2003/11/18 12:10:38 Modified:java/src/org/apache/xerces/parsers DOMParserImpl.java AbstractDOMParser.java Log: Patches for bugs #24795 ,#24797: Patches submitted by ramesh mandava. Revision ChangesPath 1.7 +34 -5 xml-xerces/java/

cvs commit: xml-xerces/java/src/org/apache/xerces/parsers DOMParserImpl.java

2003-08-11 Thread neeraj
neeraj 2003/08/11 07:32:18 Modified:java/src/org/apache/xerces/parsers Tag: jaxp-1_3_0-branch DOMParserImpl.java Log: We meet all the requirements of setting 'infoset' value to true when loading the DOM. So, Changing the default value of 'infoset' feature

cvs commit: xml-xerces/java/src/org/apache/xerces/parsers DOMParserImpl.java

2003-08-06 Thread neeraj
neeraj 2003/08/06 06:39:47 Modified:java/src/org/apache/xerces/parsers DOMParserImpl.java Log: We meet all the requirements of setting 'infoset' value to true when loading the DOM. So, Changing the default value of 'infoset' feature to true. Revision ChangesPath 1.3