When I open XSD file in Eclipse( in XSD Editor), it download all xsd:import‘s are contained in file. But if I don’t have internet, editor cannot download, it’s obvious. In preferences(Window -> Preferences) is XML-> XML Catalog. Is possible add my xsd:import (xsd files) to catalog and Eclipse will use it in offline mode?
When I open XSD file in Eclipse( in XSD Editor), it download all xsd:import
Share
Yes you can add your xsd/dtd file to the catalog.
I did it like this (for test) and eclipse does not complain:
I used the native URL in my log4j.xml afterwards
I suppose this should also work with xsd files.
This comes from another answer from me.