Is there any way to
actually validate an XML doc against a DTD from within MX?
The idea being to
provide a friendly error message if it fails.
What are some ways
people are validating XML? Even when I try to define the DTD within the XML file
itself (<!DOCTYPE rootelement SYSTEM "somedocdef.dtd">), no matter what
path I try to define, MX's parser complains that it "can not resolve the
relative URI without a base URI".
I'm surprised there
isn't a <XMLValidate> tag.
Thanks,
-Carl
