[jdom-interest] jdom b7 XMLSchema validation

dfeather at oreillyauto.com dfeather at oreillyauto.com
Wed Oct 24 06:26:22 PDT 2001


Neil,

I think the problem is the namespace URI you are using. The new versions 
of Xerces (I am assuming you are using Xerces) only does schema validation 
for the new Schema Specs. So you need to change the URI to 
"http://www.w3.org/2001/XMLSchema" for your schemas and 
"http://www.w3.org/2001/XMLSchema-instance" for your documents. I had the 
same problem until I did that. I hope this fixes your problem.

Dan
dfeather at oreillyauto.com






More information about the jdom-interest mailing list