You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2002/07/26 16:16:10 UTC

cvs commit: xml-xerces/java/docs features.xml

neilg       2002/07/26 07:16:10

  Modified:    java/docs features.xml
  Log:
  minor doc fix.
  
  Revision  Changes    Path
  1.28      +1 -1      xml-xerces/java/docs/features.xml
  
  Index: features.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/features.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- features.xml	22 May 2002 13:07:51 -0000	1.27
  +++ features.xml	26 Jul 2002 14:16:10 -0000	1.28
  @@ -21,7 +21,7 @@
     
   DOMParser parser = new DOMParser();
   try {
  -    parser.setFeature("http://xml.org/sax/features/allow-java-encodings", 
  +    parser.setFeature("http://apache.org/xml/features/allow-java-encodings", 
                         true);
   } 
   catch (SAXException e) {
  
  
  

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