Hi friends,
I am using DOM parser to parse an XML in
Java. Now, I want to validate this XML using an external DTD(by specifying the DTD file name in java not specifying in XML file) before parsing the XML.
Please guide me abt how to do that validation of XML that it conforms to the DTD given in java.
Thanks in Advance.