Hi,
I need some help with xerces... i am stuckup with the following issue...
I have got an XSD with me and need to generate an XML without any values i.e
just an XML skeliton where user can fill the nodes...
I have gon through The sample code SCMPrint.cpp. But it hase some
limitations ...
I understand that i can get all the nodes from 
processElements(xsModel->getComponentsByNamespace(XSConstants::ELEMENT_DECLARATION,nameSpace));
one more gud thing is that it returns the components as in the sequence
given in XSD:).. 
but it returns a map XSNamedMap<XSObject>; I find that few complex
components which are re used in different elements are missing... 

Is this the only method to get the components from XSModel?? can i get the
components as LIST or DOM format??
 
I have gon through some of the threads but i could not get the answer for
this.
plz help me find some answer....

thank u
-- 
View this message in context: 
http://old.nabble.com/xsd-to-xml-tp28620126p28620126.html
Sent from the Xerces - C - Users mailing list archive at Nabble.com.

Reply via email to