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 validating xml with xsd 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 "validating xml with xsd" Watch "validating xml with xsd" New topic
Author

validating xml with xsd

kavitha vasu
Ranch Hand

Joined: Feb 22, 2007
Posts: 70
Hi friends,



I need to validate an xml with xsd by using java.

How to do this
?

Which is the best way for this?

Am using jibx for xml parsing.

before that i want to validate that xml with given xsd.

Could any one help me on this?


Regards
Vasu


Mehar Simhadri
Greenhorn

Joined: Jan 25, 2009
Posts: 4
I use xmlbeans to parse/validate xml with xsd
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16483
    
    2

Have a look at the Ranch's own XML FAQ for an example of how to validate XML against a schema. There's a lot of other interesting things there too.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: validating xml with xsd
 
Similar Threads
how to validate xml document with xml schema in netbean and how to create simpleType in Netbean
StAX xml validation
help in testing xml
Validate xml against schema
how to map xls to xsd