
11 Jun
2007
11 Jun
'07
8:31 a.m.
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