CR/LF handling 2003-01-24 - By Scott Moore
I have a text string with carriage returns #xA embedded in it. When I create a Text node in the latest Xerces DOM with this string, all my carriage returns get converted to a space. I really need to preserve these carriage returns. How can I do this?
Thanks, Scott <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 5.50.4915.500" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>I have a text string with carriage returns #xA embedded in it. When I create a Text node in the latest Xerces DOM with this string, all my carriage returns get converted to a space. I really need to preserve these carriage returns. How can I do this? </FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>Thanks,</FONT></DIV> <DIV><FONT face=Arial size=2>Scott</FONT></DIV></BODY></HTML>
|
|