File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes XML and Related Technologies and the fly likes Transform and  Validation using sax parser : Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Transform and  Validation using sax parser :" Watch "Transform and  Validation using sax parser :" New topic
Author

Transform and Validation using sax parser :

Phaneendra Gugggilam
Greenhorn

Joined: Sep 23, 2008
Posts: 14
I am using jdk 1.4.
I am getting a string from some application which i have to convert to an xml.
After converting to xml i have to validate with an XSD.

Can any one suggest me how to transform and validate with sax parser.

thanks in advance....
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16483
    
    2

Have a look at the Ranch's XML FAQ page for information about validating.
Phaneendra Gugggilam
Greenhorn

Joined: Sep 23, 2008
Posts: 14
Thanks a lot yaar.....
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Transform and Validation using sax parser :
 
Similar Threads
How can I validate the XML schema with XML files using localpath?
DOM and SAX
XML Interview quations
XML validation and parsing using xslt
XSL transformation using Apache Xalan