Handling namespaces in xsd

2014-01-27 Thread Parvatikar, Narayan
Hi I am trying to convert a xml sample which has multiple namespaces using xmlbeans inst2xsd java API. The generated xsd does not look correct? Source XML : ?xml version=1.0 encoding=UTF-8? abc xmlns:h=http://www.w3.org/TR/html4/; xmlns:f=http://www.w3schools.com/furniture;

RE: Handling namespaces in xsd

2014-01-27 Thread Parvatikar, Narayan
Thanks lot Cezar, this is what I am looking for. How did you do that ? I am using xmlbeans 2.6.0 and API Inst2Xsd.inst2xsd() , but I am not able to generate like this. Is there any specific option to generate like this ? I tried xmloptions. setLoadAdditionalNamespaces() but it dint help.