How to validate an XML,given its XSD in jdk 1.4.2_09
Hi all,
Given : XML, XSD Files
Environment : j2sdk1.4.2_09
Task : Validate the XML with the given XSD and throw error if validation fails.
so kindly help me out in it. a sample code will be very much helpful.
i worked on this using org.xml.validation.Validator class and successfully obtained the result in jdk1.5. But i dont know how to do in jdk1.4.2_09. please do help me out.
i have to do in jdk1.4.2_09 coz it is the requirement. so no scope of upgrading the jdk/jre.
Thanks in advance.
Regards,
Sundararamaprasad

