I have a problem when validating a file against a DTD. XML files says only:
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"[]>
and that bit cannot be changed.
I have the DTD files (there's actually 98 DTD files in 16 subfolders), but I don't know how to reference them, or even better, include (embed?) them in the application, i.e. create a standalone validator for that.
I am using the .net XmlReader class and it works fine, however I get the An error has occurred while opening external DTD
Thanks! Bartosz