<HTML><HEAD>
<META charset=US-ASCII http-equiv=Content-Type content="text/html; charset=US-ASCII">
<META content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; BACKGROUND-COLOR: #ffffff">
<DIV>If anyone can answer this, please do.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am using JDOM for document building and parsing as well as validating. I have a requirement that people upload XML files and I have to perform validation on them against a schema. Does the schema HAVE to be a public URL? I'd rather have the schema as a private file in my Java resource bundle -- but it seems setProperty requires an external URL. </DIV>
<DIV>&nbsp;</DIV>
<DIV>parser.setProperty(<BR>&nbsp;&nbsp;&nbsp; "<A href="http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation">http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation</A>",<BR>&nbsp;&nbsp;&nbsp;&nbsp; "url");</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks,<BR>Paul&nbsp;</DIV></BODY></HTML>