1

How can I add new entries to Eclipse's XML Catalog programmatically (instead of using org.eclipse.wst.xml.core.catalogContributions extension point)?

Alexey Romanov
  • 167,066
  • 35
  • 309
  • 487

1 Answers1

1

No, there is no API for doing this. That's why there is an extension point.

nitind
  • 19,089
  • 4
  • 34
  • 43