[jdom-interest] Validation using schemas, how?

Jason Hunter jhunter at collab.net
Mon Sep 11 14:30:00 PDT 2000


> I also struggled with namespaces and I found that in SAXBuilder 
> the fact
> that the "namespaces" feature is hardwired to false prevents
> correct handling of schemas. Setting the property to true seemed to
> solve
> the problem.
> 
> This is an issue that I brought to the list but no one answered.
> Why is this property hardwired to false ? 

Because JDOM does its own namespace handling, which allows namespaces
and validation to work at the same time.

-jh-



More information about the jdom-interest mailing list