Search found 4 matches

by jruud
Thu Mar 23, 2006 7:12 pm
Forum: XML Schemas
Topic: Programmatically adding XML catalog?
Replies: 2
Views: 9974

Thanks Sorin, as you suggested manually manipulating the file should work. As for a future extension point I think I would need an API for programmatic access as well, as my plugin can't depend on Oxygen being present (while I'm not sure if fragments etc. may a possible workaround for this)

John
by jruud
Thu Mar 23, 2006 6:44 am
Forum: XML Schemas
Topic: Programmatically adding XML catalog?
Replies: 2
Views: 9974

Programmatically adding XML catalog?

Is there a way to programmatically add an XML catalog file to Oxygen from an Eclipse plugin? We would like our application (an Eclipse plugin) to automatically add our own catalog file to Oxygen if the Oxygen plugin is available (the existence check is the easy part). Ideally the change would not be...
by jruud
Thu Mar 23, 2006 5:56 am
Forum: XML Schemas
Topic: Referencing xsds inside jars?
Replies: 2
Views: 19807

Thanks Radu, I tried doing something similar earlier but couldn't get it to work. Your example made all the difference (it now works)

Thanks, John
by jruud
Tue Mar 21, 2006 10:00 pm
Forum: XML Schemas
Topic: Referencing xsds inside jars?
Replies: 2
Views: 19807

Referencing xsds inside jars?

We would prefer to store many of our xsds inside jars, but must be able to reference them in xs:import statements from other xsds. Is there some way to make this work for example by using XML catalogs (i.e. is it possible to set up a mapping so that 'schemaLocation='http://myurl/myxsd.xsd'/>' will r...