| 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....
|
 |
 |
|
|
subject: using DOM , check Schema
|
|
|