You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2002/03/27 20:43:04 UTC

cvs commit: xml-xerces/c/doc faq-parse.xml

tng         02/03/27 11:43:04

  Modified:    c/doc    faq-parse.xml
  Log:
  [Bug 1173] DOMParser entity resolution property is messed about.
  
  Revision  Changes    Path
  1.45      +4 -3      xml-xerces/c/doc/faq-parse.xml
  
  Index: faq-parse.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/faq-parse.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- faq-parse.xml	7 Mar 2002 15:53:40 -0000	1.44
  +++ faq-parse.xml	27 Mar 2002 19:43:04 -0000	1.45
  @@ -382,14 +382,15 @@
   
       <a>
   
  -      <p>If you are using the native DOM classes, the function <code>setExpandEntityReferences</code> controls how entities appear in the DOM tree. When
  -        setExpandEntityReferences is set to false (the default), an occurrence of an
  +      <p>If you are using the native DOM classes, the function <code>setCreateEntityReferenceNodes</code>
  +        controls how entities appear in the DOM tree. When
  +        setCreateEntityReferenceNodes is set to true (the default), an occurrence of an
           entity reference in the XML document will be represented by a subtree with an
           EntityReference node at the root whose children represent the entity expansion.
           Entity expansion will be a DOM tree representing the structure of the entity
           expansion, not a text node containing the entity expansion as text.</p>
   
  -      <p>If setExpandEntityReferences is true, an entity reference in the XML
  +      <p>If setCreateEntityReferenceNodes is false, an entity reference in the XML
           document is represented by only the nodes that represent the entity expansion.
           The DOM tree will not contain any entityReference nodes.</p>
   
  
  
  

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