DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20841>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20841

linefeed character not handle properly on Windows.





------- Additional Comments From [EMAIL PROTECTED]  2003-06-17 20:44 -------
No it won't exhibit this behavior.  The text serializer does not serialize XML -
- which is why it's a "text" serializer.  It's doing CR/LF normalization 
because people expect text files on their platform to conform to that 
platform's linefeed sequence.

If Xalan-J works the same way Xalan-C does, the ultimate target of the 
serialization events will be a result tree fragment, which is a piece of the 
result tree, which is a tree of nodes.  When and if the result tree is 
serialized as XML, the XML serializer will deal with any issues related to XML 
serialization.

Reply via email to