Hi,
I'm building site which reads from a xml file to present some data to the user. One of the fields is a comment box and will contain standard HTML coding like <hr>,<br> etc..
The problem i have is that when reading it thru the XmlDocument it removes and code between < > signs.
The data is stored in the innertext properties of the xml child node
anyone have some quick solution or idea on how to get around this?
I'm building site which reads from a xml file to present some data to the user. One of the fields is a comment box and will contain standard HTML coding like <hr>,<br> etc..
The problem i have is that when reading it thru the XmlDocument it removes and code between < > signs.
The data is stored in the innertext properties of the xml child node
anyone have some quick solution or idea on how to get around this?