[oXygen-user] Validating documents opened from eXist database
Wolfgang Meier
Mon Jun 11 03:31:19 CDT 2007
> I am using the oXygen plugin for Eclipse. When I open a XML document
> normally, it uses the schema I've set up through the Default Schema
> Association, but when I open a document loaded from a connection to an
> eXist database, it doesn't seem to want to use that schema.
You could also store your document into a database collection, then
link to it from your document via the REST server, i.e. with a URL
like
http://localhost:8080/exist/rest/db/myschema.xsd
That's how I usually do it, but there might be other ways.
Wolfgang
More information about the oXygen-user
mailing list