Hello all,
I'm having a bit of a problem with System.Xml.XmlDocument. The scenario
is as follows:
I receive a dataset containing some data fetched from database. I can
retrieve a string containing the data with Dataset.GetXml method.
Inside the xml document, in a datatable field, I have an xhtml document
that may contain xhtml entities (for example or '). When I
do a XmlDocument.LoadXml, these xhtml entities crash the LoadXml
method.
I've tried looking into the XmlResolver class, but haven't found a way
to get it to work with XmlDocument. Anyone?
TIA,
Sdr