| Author |
How to remove unused namespace in XML generated from JAXB marshalling ?
|
rs veera
Greenhorn
Joined: May 09, 2009
Posts: 2
|
|
Hi,
My spring applicationcontext.xml contains marshaller bean as below.
<oxm:jaxb2-marshaller id="marshaller" contextPath="com.example1.xsd:com.example2.xsd" />
com.example1.xsd and com.example2.xsd contains two different namespace xsd's not related to each other. When marshalling JAXB object present in path com.example1.xsd. Am getting an xml contains namesapce used in com.example2.xsd also which is never used in the output xml.
How to avoid those unwanted namspace present in XML.
Please help on this.
Thanks
|
 |
 |
|
|
subject: How to remove unused namespace in XML generated from JAXB marshalling ?
|
|
|