You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by er...@locus.apache.org on 2000/07/13 21:17:59 UTC

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

ericye      00/07/13 12:17:57

  Modified:    java/docs features.xml
  Log:
  add more description to feature " create-entity-ref-nodes"
  --ericye
  
  Revision  Changes    Path
  1.10      +2 -2      xml-xerces/java/docs/features.xml
  
  Index: features.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/features.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- features.xml	2000/06/21 19:18:41	1.9
  +++ features.xml	2000/07/13 19:17:56	1.10
  @@ -148,8 +148,8 @@
   		<anchor name="create-entity-ref-nodes"/>
   		<p>http://apache.org/xml/features/dom/create-entity-ref-nodes</p>
   		<table>
  -			<tr><th>True:</th>		<td>Create EntityReference nodes in the DOM tree.</td></tr>
  -			<tr><th>False:</th>		<td>Do not create EntityReference nodes in the DOM tree.</td></tr>
  +			<tr><th>True:</th>		<td>Create EntityReference nodes in the DOM tree. The EntityReference nodes and their child nodes will be read-only.</td></tr>
  +			<tr><th>False:</th>		<td>Do not create EntityReference nodes in the DOM tree. No EntityReference nodes will be created, only the nodes corresponding to their fully expanded sustitution text will be created.</td></tr>
   			<tr><th>Default:</th>	<td>true</td></tr>
   			<tr><th>Note:</th>		<td>This feature only affects the appearance of EntityReference nodes in 
   					 				  the DOM tree. The document will always contain the entity reference