in reply to Doctype specific XML Validator
Definitely use XML::Checker from Perl, or use an external parser as KM suggested.
Once and for all: expat, the underlying parser for XML::Parser is _NOT_ a validating parser. It only check for well-formedness (whether the document is tagged properly, no DTD involved).
|
|---|