Validating a xml file
-
Hello, How to validate a xml document against a dtd when no dtd reference is actually in the xml document. Thanks, Chito
<sarcasm> Post of the week. </sarcasm> ;)
-
Hello, How to validate a xml document against a dtd when no dtd reference is actually in the xml document. Thanks, Chito
I will let you find out the details but very simply you use the XML classes in the .NET Framework. Load up your XML document and there is a property/method to assign a DTD/XSD to the XML file and then you can validate it. Go through those classes. They have virtually everything you will need and all very self explanatory.
Paul Watson
Bluegrass
Cape Town, South AfricaMacbeth muttered: I am in blood / Stepped in so far, that should I wade no more, / Returning were as tedious as go o'er DavidW wrote: You are totally mad. Nice.