Hi,
I need some code sample which shows how i can validate a xml file against a schema...
Below is say my XML document.. "a.xml"
January 21 1983
Say the schema against which i want to validate the above xml is as below named "XMLValidationSchema.xsd"
Now can some one help me write the java code that will take these as input and give proper output like if the XML doc is a valid doc as per the schema i specified...
Thanks...