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/05/22 15:07:51 UTC

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

neeraj      02/05/22 06:07:51

  Modified:    java/docs features.xml
  Log:
  Adding entry for warn-on-duplicate-entitydef feaure.
  
  Revision  Changes    Path
  1.27      +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.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- features.xml	26 Apr 2002 16:11:14 -0000	1.26
  +++ features.xml	22 May 2002 13:07:51 -0000	1.27
  @@ -201,6 +201,16 @@
      </false>
      <default value='false'/>
     </feature>
  +  
  +  <feature name='http://apache.org/xml/features/warn-on-duplicate-entitydef'
  +           id='warn-on-duplicate-entitydef'>
  +   <true>Report a warning for duplicate entity declaration.</true>
  +   <false>
  +    Do not report warning for duplicate entity declaration.
  +   </false>
  +   <default value='false'/>
  +  </feature>
  +  
     <feature name='http://apache.org/xml/features/allow-java-encodings'
              id='allow-java-encodings'>
      <true>Allow Java encoding names in XMLDecl and TextDecl line.</true>
  
  
  

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