Hi
I have the following node in a xml doc:

<message>when the amount is < 1000 bla bla bla </message>

My question is: how can I display the text of the message tag, seeing that the "<" char is invalid in the xml doc.

or is it possible to include "<br>" in my xml doc so that when I write the contents of a large noge with xsl to html, there would be a break??