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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]