sandygao 2002/12/02 12:42:24
Modified: java/docs features.xml
Log:
Updating the docs for the new "disallow-doctype-decl" feature.
Revision Changes Path
1.32 +10 -0 xml-xerces/java/docs/features.xml
Index: features.xml
===================================================================
RCS file: /home/cvs/xml-xerces/java/docs/features.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- features.xml 18 Sep 2002 21:59:07 -0000 1.31
+++ features.xml 2 Dec 2002 20:42:23 -0000 1.32
@@ -297,6 +297,16 @@
<see idref='scanner.notify-char-refs'/>
</feature>
+ <feature name='http://apache.org/xml/features/disallow-doctype-decl'
+ id='disallow-doctype-decl'>
+ <true>
+ A fatal error is thrown if the incoming document contains a DOCTYPE
+ declaration.
+ </true>
+ <false>DOCTYPE declaration is allowed.</false>
+ <default value='false'/>
+ </feature>
+
</fcategory>
<fcategory name='DOM Features'>
<feature name='http://apache.org/xml/features/dom/defer-node-expansion'
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]