dleslie 00/12/21 07:38:55
Modified: java/xdocs/sources/xalan readme.xml
Log:
Added note on handling of cr-lf in output.
Revision Changes Path
1.16 +1 -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.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- readme.xml 2000/12/21 15:36:15 1.15
+++ readme.xml 2000/12/21 15:38:54 1.16
@@ -101,7 +101,7 @@
<li>When your stylesheet asks for an explicit carriage-return character
(&#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
(&#10;) to be output, the system-default line-break character(s)
is/are output during the serialization process. Also keep in mind that
- the 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.</li>
</ul>
</s3><anchor name="bugs"/>
<s3 title="Open bugs and bug reporting">