You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2008/04/29 23:16:52 UTC

svn commit: r652131 - /xerces/java/trunk/docs/features.xml

Author: mrglavas
Date: Tue Apr 29 14:16:51 2008
New Revision: 652131

URL: http://svn.apache.org/viewvc?rev=652131&view=rev
Log:
Use correct terminology. character entity -> character reference.

Modified:
    xerces/java/trunk/docs/features.xml

Modified: xerces/java/trunk/docs/features.xml
URL: http://svn.apache.org/viewvc/xerces/java/trunk/docs/features.xml?rev=652131&r1=652130&r2=652131&view=diff
==============================================================================
--- xerces/java/trunk/docs/features.xml (original)
+++ xerces/java/trunk/docs/features.xml Tue Apr 29 14:16:51 2008
@@ -416,10 +416,10 @@
   <feature name='http://apache.org/xml/features/scanner/notify-char-refs'
            id='scanner.notify-char-refs'>
    <true>
-    Notifies the handler of character entity boundaries in the
+    Notifies the handler of character reference boundaries in the
     document via the start/endEntity callbacks.
    </true>
-   <false>Does not notify of character entity boundaries.</false>
+   <false>Does not notify of character reference boundaries.</false>
    <default value='false'/>
    <see idref='scanner.notify-builtin-refs'/>
   </feature>



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