Hi,
Can anybody help me along?
I have a XML file which needs to be transformed to HTML.
There is 1 tag which contains escaped HTML code:
<text>
<body bgcolor="#AAFAFE">
<center>You are not logged in</center><br>
etc..
</text>
I would like the contents of this tag to be parsed as HTML, how do I do this?
Your help is greatly appreciated.
remco
Can anybody help me along?
I have a XML file which needs to be transformed to HTML.
There is 1 tag which contains escaped HTML code:
<text>
<body bgcolor="#AAFAFE">
<center>You are not logged in</center><br>
etc..
</text>
I would like the contents of this tag to be parsed as HTML, how do I do this?
Your help is greatly appreciated.
remco