I have created an object id of the class and is calling a method of SchemaValidator.java defined in an Applet.
Im not able to validate my xsd with the xml.It is getting stuck as soon as i create an object of SAXParser.
But when i tried to return a small string removing my validation code from the .java file and keeping all the required import statements for SchemaValidation in the top i was able to get the output in html.
Any help with small sample code will be great for me.....
Thanks in advance
Im not able to validate my xsd with the xml.It is getting stuck as soon as i create an object of SAXParser.
But when i tried to return a small string removing my validation code from the .java file and keeping all the required import statements for SchemaValidation in the top i was able to get the output in html.
Any help with small sample code will be great for me.....
Thanks in advance