If anyone can answer this, please do.
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.
Thanks,
Paul