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
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
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
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
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
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
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
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.
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
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
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
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,
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
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
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
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/
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
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
18 matches
Mail list logo