You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ve...@apache.org on 2003/12/08 14:01:55 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl Constants.java

venu        2003/12/08 05:01:55

  Modified:    java/src/org/apache/xerces/impl Tag: jaxp13-2_6-branch
                        Constants.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.35.2.1  +2 -3      xml-xerces/java/src/org/apache/xerces/impl/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/Constants.java,v
  retrieving revision 1.35
  retrieving revision 1.35.2.1
  diff -u -r1.35 -r1.35.2.1
  --- Constants.java	13 Nov 2003 22:47:15 -0000	1.35
  +++ Constants.java	8 Dec 2003 13:01:55 -0000	1.35.2.1
  @@ -172,8 +172,7 @@
       public static final String DOM_VALIDATE_IF_SCHEMA = "validate-if-schema";
       public static final String DOM_VALIDATE = "validate";
       public static final String DOM_WHITESPACE_IN_ELEMENT_CONTENT =
  -    "whitespace-in-element-content";
  -
  +	"element-content-whitespace";
       // DOM Level 3 features defined in Core:
       public static final String DOM_DISCARD_DEFAULT_CONTENT = "discard-default-content";
       public static final String DOM_NORMALIZE_CHARACTERS    = "normalize-characters";
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org