mrglavas    2004/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 false. This is fixed now

  thanks to the patch from Naela Nissar.
  
  Revision  Changes    Path
  1.21      +2 -1      
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.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- DOMConfigurationImpl.java 11 Feb 2004 16:57:28 -0000      1.20
  +++ DOMConfigurationImpl.java 12 Feb 2004 17:45:34 -0000      1.21
  @@ -916,6 +916,7 @@
                   || name.equals(Constants.DOM_NAMESPACES)
                   || name.equals(Constants.DOM_VALIDATE)
                   || name.equals(Constants.DOM_WELLFORMED)
  +                || name.equals(Constants.DOM_INFOSET)
                   ) {
                   return true ;
               }//features whose parameter value can not be set to 'true'
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to