xmlcatalog Questions
1
I have a maven project A with an /xsd/a.xsd in it's classpath.
I also have the project B with an /xsd/b.xsd that refers to /xsd/a.xsd through a catalog entry.
The catalog entry looks like this:
PU...
Facelift asked 8/8, 2013 at 16:21
2
Solved
I've got this API using JAXB to conveniently use object models, generated from XML Schemas by the XJC (XML-to-Java) compiler, through named references. It abstracts the creation of JAXB contexts an...
Enneagon asked 11/6, 2012 at 15:4
1
Solved
Can you use XMLCatalog to resolve xsds in schema import statements? If so, what is the preferred/best practice? I want to package the xsds in a jar, so using a relative schemaLocation has not worke...
Jeanne asked 11/6, 2009 at 14:19
1
© 2022 - 2024 — McMap. All rights reserved.