Hey guys,
I am using an xsd to generate an xml file. For this I'm using jaxb from "https://jaxb.dev.java.n et/2.1.9/JAXB2_20081030. jar".
I have successfully managed to create marshal for a context and generated the xml for the xsd.
However I have not been able to include the XSD namespace, target namespace etc
in my generated xml file.
Can you guys please help me on this.
Thanks in advance
I am using an xsd to generate an xml file. For this I'm using jaxb from "https://jaxb.dev.java.n et/2.1.9/JAXB2_20081030. jar".
I have successfully managed to create marshal for a context and generated the xml for the xsd.
However I have not been able to include the XSD namespace, target namespace etc
in my generated xml file.
Can you guys please help me on this.
Thanks in advance
Comment