Hi all,
I have using JAXB to generate XML from a XSD file.
So far so good. But i noticed that all the URL's (namespaces in the xsd)
are not present in the generated xml. TO be precise my XSD file contains 4 namespaces ( which includes "http://www.w3.org/2001/XMLSchema" and 3 others), but my generated xml shows only 1 namespace. How do i resolve this issue?.
Any help will be appreciated. Thanks in advance.
I have using JAXB to generate XML from a XSD file.
So far so good. But i noticed that all the URL's (namespaces in the xsd)
are not present in the generated xml. TO be precise my XSD file contains 4 namespaces ( which includes "http://www.w3.org/2001/XMLSchema" and 3 others), but my generated xml shows only 1 namespace. How do i resolve this issue?.
Any help will be appreciated. Thanks in advance.
Comment