Re: generate XML file using XML Schema
Posted By:
Roseanne_Zhang
Posted On:
Friday, January 9, 2004 04:20 PM
This FAQ might help you in a different side too:
http://bobcat.webappcabaret.net/javachina/faq/xschema_01.htm#schema_Q02
Re: generate XML file using XML Schema
Posted By:
Bozidar_Dangubic
Posted On:
Monday, January 5, 2004 02:14 PM
You need to generate a template XML file given an XML schema, right? Tools, like XML Spy, will provide this for you. I am sure that there are other tools as well that will allow you to do that. If you are not using any tools, then you would have to write some tool yourself that will read the XML Schema in and generate some random data for you based on the XML structure defined in the XML schema.