XML schema with data validation !!!
843834Feb 4 2003 — edited Feb 6 2003Dear all advance ,
Is there a method for java to validate the data type(String,interger) in xml with xsd (schema) ? To put it simple , what exactly I want is to build a xml document store the data . Then I use xsd (schema file) to define all datatype of the data .
When someone try to edit the xml file by the java program , it should auto lookup from the xsd file to see if the datatype is mismatch or not !!!