Hi, all,
How can I preserve the linefeed between tags in the parsed
value? Example:
<myTag>some string \n with \n linefeed</myTag>
And getMyTag() returns:
some string
with
linefeed
Tried and 
 instead of '\n', but it didn't work.
Thanks.