Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Java in General and the fly likes using DOM , check Schema Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "using DOM , check Schema " Watch "using DOM , check Schema " New topic
Author

using DOM , check Schema

srinivasa varadhan
Greenhorn

Joined: Oct 03, 2003
Posts: 19
hi
I want to know how to check the schema file, while passing xml file, it should check the schema file associated with that xml file
DocumentBuilderFactory factory= DocumentBuilderFactory.newInstance();
factory.setValidating(true);
factory.setNamespaceAware(true);
it is showing the error,


Srini...
Torch your Thoughts....
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: using DOM , check Schema
 
Similar Threads
validation
XMLSchema and DTD
how xml file is checked against dtd at run time
Different about DTD and XML Schema
free plugin for XML, XSD,...