XSD to corresponding Table Structure(Dojo Grid)
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
I want to write a Java component to populate a table(Dojo grid) from a XML which will valid through a XML Schema (The XSD file ).That means I am having the .xsd file and have to create a table structure corresponding to the XML structure (That is .xsd file ). Can anybody help me on giving some idea how to convert a .xsd file to its corresponding table structure .