[jdom-interest] Parsing AND validating a schema
Per Norrman
per.norrman at austers.se
Mon Jan 24 16:00:19 PST 2005
Hi,
try this:
builder.setProperty("http://apache.org/xml/properties/schema/external-schemaLocation",
"http://www.w3.org/2001/XMLSchema http://www.w3.org/2001/XMLSchema.xsd");
I don't know if it works, but at least it connects the XML schema namespace
with the location of the XML Schema schema .....
(The value of that property is a list of namespace/URI *pairs*).
/pmn
More information about the jdom-interest
mailing list