Author: mrglavas
Date: Tue Apr 29 14:17:15 2008
New Revision: 652132
URL: http://svn.apache.org/viewvc?rev=652132&view=rev
Log:
Use correct terminology. character entity -> character reference.
Modified:
xerces/java/branches/xml-schema-1.1-dev/docs/features.xml
Modified: xerces/java/branches/xml-schema-1.1-dev/docs/features.xml
URL:
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/features.xml?rev=652132&r1=652131&r2=652132&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/docs/features.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/features.xml Tue Apr 29
14:17:15 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]