I have an xml.
I have created one XSD for the xml.
I want to write a prog to validate the xml against xsd.
I wrote a prog and got individual values am setting.
But is there a way, i can give the xml file as input and could see if the xml is valid against the XSD?
Thanks,
Nini
This is an example of xml validation with XSD.