mrglavas    2004/03/21 20:07:42

  Modified:    java/docs features.xml
  Log:
  Adding http://xml.org/sax/features/lexical-handler/parameter-entities
  from SAX2 Extensions 1.0 to list of supported SAX features.
  
  Revision  Changes    Path
  1.38      +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.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- features.xml      19 Mar 2004 21:29:41 -0000      1.37
  +++ features.xml      22 Mar 2004 04:07:42 -0000      1.38
  @@ -435,6 +435,16 @@
       can only be set to true.
      </note>
     </feature>
  +  <feature name='http://xml.org/sax/features/lexical-handler/parameter-entities'
  +           id='lexical-handler.parameter-entities'>
  +   <true>
  +    Report the beginning and end of parameter entities to a registered 
LexicalHandler.
  +   </true>
  +   <false>
  +    Do not report the beginning and end of parameter entities to a registered 
LexicalHandler.
  +   </false>
  +   <default value='true'/>
  +  </feature>
    </fcategory>
    <fcategory name='XInclude Features (Experimental)'>
      <feature name='http://xml.org/sax/features/allow-dtd-events-after-endDTD'
  
  
  

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

Reply via email to