Hi All,

I'm parsing an XML line that goes like this

..
<firstColumn>1 Item One\n2 Item Two\n3 Item three</firstColumn>
..

However the text field does not recognise the linebreaks "\n".
It gives me "1 Item One\n2 Item Two\n3 Item three"!

Why??
Any thoughts would be appreciated -

//pod