can I dynamically contribute to the xml catalog programitically? [message #192316] |
Wed, 09 May 2007 21:16  |
Eclipse User |
|
|
|
Is there a way to progamatically contribute a XSD schema to the Xml
catalog, say for instance I have a dynamic web project, and I drop a jar
with a schema in it, I have logic that will detect it, and then I would
like to to add that schema to the catalog.
Is this possible? any direction would be appreciated.
Thanks,
Brian Jakubik
|
|
|
Re: can I dynamically contribute to the xml catalog programitically? [message #192324 is a reply to message #192316] |
Wed, 09 May 2007 22:56  |
Eclipse User |
|
|
|
Originally posted by: valentinbaciu.hotmail.com
Hi Brian,
Yes, you can programmatically make contributions to the XML catalog. Start
here org.eclipse.wst.xml.core.internal.XMLCorePlugin.getDefaultXM LCatalog().
You have to make your code depend on the org.eclipse.wst.xml.core plug-in.
Regards,
Valentin
"Brian Jakubik" <brian.jakubik@intervoice.com> wrote in message
news:f1tdns$cgr$1@build.eclipse.org...
> Is there a way to progamatically contribute a XSD schema to the Xml
> catalog, say for instance I have a dynamic web project, and I drop a jar
> with a schema in it, I have logic that will detect it, and then I would
> like to to add that schema to the catalog.
>
> Is this possible? any direction would be appreciated.
>
> Thanks,
> Brian Jakubik
|
|
|
Powered by
FUDForum. Page generated in 0.02842 seconds