dleslie     01/01/30 07:24:18

  Modified:    java/xdocs/sources/xalan readme.xml
  Log:
  Added note about setCoalescing().
  
  Revision  Changes    Path
  1.25      +4 -1      xml-xalan/java/xdocs/sources/xalan/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/readme.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- readme.xml        2001/01/26 18:08:44     1.24
  +++ readme.xml        2001/01/30 15:24:15     1.25
  @@ -101,7 +101,10 @@
        <li>When your stylesheet asks for an explicit carriage-return character 
(&amp;#13;) to be inserted into the output, it is output during
        the serialization process in escaped form unless escaping has been 
disabled.  When your stylesheet asks for an explicit line-feed character
        (&amp;#10;) to be output, the system-default line-break character(s) 
is/are output during the serialization process.  Also keep in mind that
  -     the XML parser normalizes line-breaks to line-feeds when it sends 
character events to the processor.</li>
  +     the XML parser normalizes line-breaks to line-feeds when it sends 
character events to the processor.<br/><br/></li>
  +     <li>If your XML input is a DOM, use the 
javax.xml.parsers.DocumentBuilderFactory setCoalescing() method to set 
coalescing to true (it is
  +     false by default), if you want to append CDATA sections to adjacent 
text sections to form a single text node (as the XPath standard calls
  +      for), and if the XML parser supports this feature (&xml4j-used; does 
not).</li>
        </ul>
        </s3><anchor name="bugs"/>
        <s3 title="Open bugs">
  
  
  

Reply via email to