load xml file with out DTD file in c#
Hi,
How can i load XML file without DTD file in c#.
I have DTD entities in my xml, However i do not want to disturb these DTD entities. Even though i should load xml file.
is there any solution??
Thanks in advance
Jit