Hi Everyoone,
i have a DTD file which i used to accessed through this link:
http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd
Now i want that i should be able to access this file on my local machine without any web access.I was using WebRequest to access this URI.
Can any of you tell me how to access it using Dictionary or any other Class in C#.
Thanks..