parsing new line \n
843834Apr 12 2005 — edited Apr 13 2005i need to parse something like <text>abc\ndef</text> and display the result in a textarea.
getNodeValue() returned "abc\ndef" and this was literally displayed when my intentioin
was to see:-
abc
def
Can anyone give me some insight into what is happenning here and how can I get aorund it?
Thanks