cvs commit: xml-xerces/java/src/org/apache/xerces/dom DOMConfigurationImpl.java

2004-07-18 Thread mrglavas
mrglavas2004/07/18 13:06:41 Modified:java/src/org/apache/xerces/dom DOMConfigurationImpl.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 nee

cvs commit: xml-xerces/java/src/org/apache/xerces/dom DOMConfigurationImpl.java

2004-05-30 Thread venu
venu2004/05/30 22:31:30 Modified:java/src/org/apache/xerces/dom DOMConfigurationImpl.java Log: Fix for http://issues.apache.org/jira/browse/XERCESJ-971 Revision ChangesPath 1.30 +4 -3 xml-xerces/java/src/org/apache/xerces/dom/DOMConfigurationImpl.java

cvs commit: xml-xerces/java/src/org/apache/xerces/dom DOMConfigurationImpl.java

2004-03-19 Thread mrglavas
mrglavas2004/03/19 11:46:54 Modified:java/src/org/apache/xerces/util DOMErrorHandlerWrapper.java java/src/org/apache/xerces/parsers DOMParserImpl.java java/src/org/apache/xerces/dom DOMConfigurationImpl.java Log: Fixing Bug #27750: http://nagoya.apach

cvs commit: xml-xerces/java/src/org/apache/xerces/dom DOMConfigurationImpl.java

2004-03-02 Thread mrglavas
mrglavas2004/03/02 12:27:51 Modified:java/src/org/apache/xerces/dom DOMConfigurationImpl.java Log: Fixing Bug #27303: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27303 DOM Level 3 core states that: "The parameter names used by the DOMConfiguration object are defin

cvs commit: xml-xerces/java/src/org/apache/xerces/dom DOMConfigurationImpl.java

2004-02-26 Thread mrglavas
mrglavas2004/02/26 10:48:06 Modified:java/src/org/apache/xerces/dom DOMConfigurationImpl.java Log: Fixing Bug #27264: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27264 When the 'datatype-normalization' parameter is set to true, DOM L3 core states that the 'validate

cvs commit: xml-xerces/java/src/org/apache/xerces/dom DOMConfigurationImpl.java

2004-02-12 Thread mrglavas
mrglavas2004/02/12 09:45:34 Modified:java/src/org/apache/xerces/dom DOMConfigurationImpl.java Log: Fixing Bug #26893: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26893 The infoset parameter was missing from the list of parameters which can be set both to true and f

cvs commit: xml-xerces/java/src/org/apache/xerces/dom DOMConfigurationImpl.java

2004-02-11 Thread mrglavas
mrglavas2004/02/11 08:57:28 Modified:java/src/org/apache/xerces/parsers XML11Configuration.java BasicParserConfiguration.java java/src/org/apache/xerces/util ParserConfigurationSettings.java java/src/org/apache

cvs commit: xml-xerces/java/src/org/apache/xerces/dom DOMConfigurationImpl.java

2004-01-29 Thread mrglavas
mrglavas2004/01/29 13:13:09 Modified:java/src/org/apache/xerces/dom DOMConfigurationImpl.java Log: Support 'infoset' parameter in DOM core. Also fixing a bug. We don't currently support setting element-content-whitespace to false so we should be reporting that it isn't supported.

cvs commit: xml-xerces/java/src/org/apache/xerces/dom DOMConfigurationImpl.java DOMImplementationImpl.java ElementNSImpl.java

2004-01-29 Thread elena
elena 2004/01/29 12:59:53 Modified:java/src/org/apache/xerces/dom DOMConfigurationImpl.java DOMImplementationImpl.java ElementNSImpl.java Log: cleanup Revision ChangesPath 1.18 +1 -2 xml-xerces/java/src/org/apache/xerces/dom/DOMConfigu

cvs commit: xml-xerces/java/src/org/apache/xerces/dom DOMConfigurationImpl.java

2003-12-08 Thread venu
venu2003/12/08 05:02:45 Modified:java/src/org/apache/xerces/dom Tag: jaxp13-2_6-branch DOMConfigurationImpl.java Log: whitespace-in-element-content changed to element-content-whitespace. should be able to set true for the same. Revision Changes

cvs commit: xml-xerces/java/src/org/apache/xerces/dom DOMConfigurationImpl.java DOMNormalizer.java

2003-11-18 Thread neeraj
neeraj 2003/11/17 23:34:36 Modified:java/src/org/apache/xerces/dom DOMConfigurationImpl.java DOMNormalizer.java Log: Now applications can set the value of well-formedness feature to either true or fals when normalizing document. Revision ChangesPa

cvs commit: xml-xerces/java/src/org/apache/xerces/dom DOMConfigurationImpl.java

2003-10-30 Thread neeraj
neeraj 2003/10/30 02:00:22 Modified:java/src/org/apache/xerces/dom DOMConfigurationImpl.java Log: Fixing another bug. canSetParameter returns 'true' if the parameter could be successfully set to the specified value, or false if the parameter is not recognized or the requested va

cvs commit: xml-xerces/java/src/org/apache/xerces/dom DOMConfigurationImpl.java

2003-07-25 Thread neeraj
neeraj 2003/07/25 05:11:40 Modified:java/src/org/apache/xerces/dom DOMConfigurationImpl.java Log: Setting the default value to 'false'. We only support the 'true' value in DOMBuilder which is taken care in DOMBuilderImpl. Revision ChangesPath 1.7 +13 -13 xml-

cvs commit: xml-xerces/java/src/org/apache/xerces/dom DOMConfigurationImpl.java

2003-07-23 Thread neeraj
neeraj 2003/07/23 11:09:00 Modified:java/src/org/apache/xerces/dom DOMConfigurationImpl.java Log: Well-formed feature could be both true or false. For ex. currently DOMWriter/DOMSerializer doesn't check for well-formedness when serializing and sets the value of this feature to f

cvs commit: xml-xerces/java/src/org/apache/xerces/dom DOMConfigurationImpl.java

2003-07-22 Thread neeraj
neeraj 2003/07/22 07:03:37 Modified:java/src/org/apache/xerces/dom DOMConfigurationImpl.java Log: Making changes to recognize DOM L3 wellformed-ness feature. Revision ChangesPath 1.5 +17 -9 xml-xerces/java/src/org/apache/xerces/dom/DOMConfigurationImpl.java