Hello,
I am using XmlDataDocument 's LoadXml( ) function to load a
particular xml string. This xml string contains a reference to a particular
DTD. Though LoadXml function does not perform DTD or schema validation, it
tries to find that DTD.
I want that LoadXml function should not find the DTD even though
xml string has a reference to it.
How can I do this?
Thanks,
Reshma
I am using XmlDataDocument 's LoadXml( ) function to load a
particular xml string. This xml string contains a reference to a particular
DTD. Though LoadXml function does not perform DTD or schema validation, it
tries to find that DTD.
I want that LoadXml function should not find the DTD even though
xml string has a reference to it.
How can I do this?
Thanks,
Reshma