Hi;
 
If I have:
<node>line 1
line 2</node>
 
Then Node.valueOf("/node") will return "line 1\r\nline 2" which is what I want.
 
But if I have:
<node atr = "line 1
line 2"</node>
 
Then Node.valueOf (/node/@atr) will return "line 1 line 2" - ie no \r\n. Is there any way to get the \r\n?
 
thanks - dave

Reply via email to