As I understand, tinyxml does not support validation of an xml file through a dtd file.
Is this a feature that is being worked on or planned in the future?
If not, can someone point me in the direction of a tool to validate an xml file through a dtd file - preferably open source, but compiled binaries will also suffice?
Otherwise thank you for a great tiny tool! :)
Best regards,
Pelle Coltau.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
As I understand, tinyxml does not support validation of an xml file through a dtd file.
Is this a feature that is being worked on or planned in the future?
If not, can someone point me in the direction of a tool to validate an xml file through a dtd file - preferably open source, but compiled binaries will also suffice?
Otherwise thank you for a great tiny tool! :)
Best regards,
Pelle Coltau.
Pelle -
DTD is firmly out of scope for TinyXML, that's the range of more industrial and complex parsers.
lee