Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML Parsing and DTD Location

Status
Not open for further replies.

reffek

Programmer
Apr 7, 2005
24
0
0
US
I'm having a problem with DTD validation. The following line is in my XML:

<!DOCTYPE REQUEST_GROUP SYSTEM "C2DRequestv2.0.dtd">

When I load that XML using System.Xml.XmlDocument.Load it wants to validate it against that DTD. However, it's looking for that DTD in "C:\Windows\System32". How do I tell my XmlDocument was DTD to validate against and where it's located?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top