aspose file tools
The moose likes XML and Related Technologies and the fly likes ==> DOM3 API again: validating xml file against schema Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "==> DOM3 API again: validating xml file against schema" Watch "==> DOM3 API again: validating xml file against schema" New topic
Author

==> DOM3 API again: validating xml file against schema

Aimee Best
Greenhorn

Joined: Feb 27, 2010
Posts: 4
Hello again,

I have the following code that loads an xml file. I want to validate it against a schema. But it appears setParameter("validate", ... ) etc doesn't have any effect. I tested it with an xml file with invented elements, the program loads the xml file withoutu complaint.

Any ideas?

Thanks in advance.

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: ==> DOM3 API again: validating xml file against schema
 
Similar Threads
Parsing with SAX parser
Getting the arraylist through session
unbale to view xml file in browser
org.w3c.dom.* saves my XML with attributes in alphabetical order
setExpandEntityReferences works?