Currently, we have about 15 different XSD files that define the many XML configuration files available to developers who customize our project. Is there a convenient way to import all of them into an XML directory in an easy pass?
Although multiple selection would be better than importing files one at a time (as we should do now), the ideal solution would be to use an XML link file so that developers do not need to perform any additional actions for new schemes to be added to the directory.
From the drop-down list you can see that there are the following options:
- Taglib Definition Files
- XML Catalog Files
- DTD Files
- XSD file
Can I use "Taglib definition files" or "XML directory files" to reference multiple XSD files? If so, is there a pointer to how this can be done?
Thanks, Dominic.
eclipse xml schema xsd
Dominic chambers
source share