XML DTD Vaildation
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I want to validate an XML file using a pre-made DTD. I am aware that you can do this with either an internal DTD or a DTD linked to from the file, but I would like to use a DTD that isn't either. I know the location of both the XML File and the DTD. Is there a way to do this, whe the two aren't linked? Or is there another way to validate the XML file? thanks in advance - and sorry if it is hard to understand