Hi, I have a large XML with XSD description and have to provide editing screens for the different portions. I have the XML client-side in a String variable and can convert to/from DOM with GWT. The XML contains repeating parts and I want to have client-side datasources with full CRUD for those. My questions:
1) Can XmlTools.loadSchema help me with DataSource definition?
2) What are the data source names for the internal complexTypes? Can those be enumerated? How do I distinguish two elements with the same name, but different parent elements?
3) Can the WSDL support or XmlSerialize help me with the CRUD implementation?
Thanks for your help
I'm using smartgwtpower-3.1p (SmartClient: v8.3p_2013-01-28/PowerEdition Deployment (built 2013-01-28))
1) Can XmlTools.loadSchema help me with DataSource definition?
2) What are the data source names for the internal complexTypes? Can those be enumerated? How do I distinguish two elements with the same name, but different parent elements?
3) Can the WSDL support or XmlSerialize help me with the CRUD implementation?
Thanks for your help
I'm using smartgwtpower-3.1p (SmartClient: v8.3p_2013-01-28/PowerEdition Deployment (built 2013-01-28))
Comment