Vipul Sabhaya Wed, 18 Jan 2006 12:27:50 -0800
I have a input xml document without a DOCTYPE declaration. The DTD to validate this document is preconfigured and known. How can I force validation by specifying the DTD, when the input xml does not contain the DOCTYPE?
Thanks.