venu 2003/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 Path No revision No revision 1.14.2.1 +2 -2 xml-xerces/java/src/org/apache/xerces/dom/DOMConfigurationImpl.java Index: DOMConfigurationImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DOMConfigurationImpl.java,v retrieving revision 1.14 retrieving revision 1.14.2.1 diff -u -r1.14 -r1.14.2.1 --- DOMConfigurationImpl.java 18 Nov 2003 07:34:36 -0000 1.14 +++ DOMConfigurationImpl.java 8 Dec 2003 13:02:45 -0000 1.14.2.1 @@ -606,7 +606,7 @@ } } - else if (name.equals(SEND_PSVI) ){ + else if (name.equals(SEND_PSVI) || name.equals(Constants.DOM_WHITESPACE_IN_ELEMENT_CONTENT)) { // REVISIT: turning augmentation of PSVI is not support, // because in this case we won't be able to retrieve element // default value.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]