S
Simon Harris
Hi All,
I am trying to store an HTML string within an XML node, using:
Node.InnerText = strContent
Problem is, the HTML ends up like this, when its in the XML:
<TextArea1>&lt;b&gt;me&lt;/b&gt;</TextArea1>
Any help will be much appreciated.
Simon.
--
--
* Please reply to group for the benefit of all
* Found the answer to your own question? Post it!
* Get a useful reply to one of your posts?...post an answer to another one
* Search first, post later : http://www.google.co.uk/groups
* Want my email address? Ask me in a post...Cos2MuchSpamMakesUFat!
I am trying to store an HTML string within an XML node, using:
Node.InnerText = strContent
Problem is, the HTML ends up like this, when its in the XML:
<TextArea1>&lt;b&gt;me&lt;/b&gt;</TextArea1>
Any help will be much appreciated.
Simon.
--
--
* Please reply to group for the benefit of all
* Found the answer to your own question? Post it!
* Get a useful reply to one of your posts?...post an answer to another one
* Search first, post later : http://www.google.co.uk/groups
* Want my email address? Ask me in a post...Cos2MuchSpamMakesUFat!