I have an XSD file to be used by the new XML file.
The data to be embedded in the XML file will be queried and available in JavaBeans.
How can I create the XML file efficiently.
Are there any tools that can help validate the XML against the XSD during creation of XML?
Thanks in advance
-
Creating XML file in Java (2 messages)
- Posted by: Geetanjali Jain
- Posted on: August 04 2003 13:00 EDT
Threaded Messages (2)
- XML generation by Ian Mitchell on August 04 2003 17:53 EDT
- Creating XML file in Java by Sean Sullivan on August 04 2003 19:16 EDT
-
XML generation[ Go to top ]
- Posted by: Ian Mitchell
- Posted on: August 04 2003 17:53 EDT
- in response to Geetanjali Jain
How about the Sun XML Instance Generator?
http://wwws.sun.com/software/xml/developers/instancegenerator/
If this is no good try the utilities at:
http://www.xml.com/pub/rg/Schema_Software -
Creating XML file in Java[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: August 04 2003 19:16 EDT
- in response to Geetanjali Jain