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 |
- Re: [dom4j-user] Want \r\n in node attribute values David Thielen
- Re: [dom4j-user] Want \r\n in node attribute values David D. Lucas
- Re: [dom4j-user] Want \r\n in node attribute value... David Thielen