D
danpowley
Hello
I have a DataTable where one of the columns contains XML, when I add it
to a DataSet and call WriteXML it automaticaly encodes the XML ( e.g.
< becomes < ) is there an easy way to prevent this encoding from
happening?
Currently I am having to parse the resultant XML and swap the encoded
values for the original XML. This works ok and produces valid XML but
I'm sure its not the best way to do it.
Thanks for any ideas
All the best
Dan
Manchester Uni. UK
I have a DataTable where one of the columns contains XML, when I add it
to a DataSet and call WriteXML it automaticaly encodes the XML ( e.g.
< becomes < ) is there an easy way to prevent this encoding from
happening?
Currently I am having to parse the resultant XML and swap the encoded
values for the original XML. This works ok and produces valid XML but
I'm sure its not the best way to do it.
Thanks for any ideas
All the best
Dan
Manchester Uni. UK