How create XML example file from DTD

Hi,I'm using for good tips/solution (I didn't find anyone) how to create example xml from existing DTD?Best Regards,Rafal
[151 byte] By [rafcioa] at [2007-10-3 3:54:52]
# 1
Various tools are available generate an XML document from a DTD. http://www.eclipse.org/webtools/community/tutorials/XMLWizards/XMLWizards.html http://www.altova.com/products/xmlspy/dtd_editor.html http://www.stylusstudio.com/xml_generator.html
dvohra09a at 2007-7-14 21:52:54 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Hi,I know this tools. I mean how can I do it from my Java application. I forgot to write this.Best Regards,Rafal
rafcioa at 2007-7-14 21:52:54 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
Parse the DTD with a DTD parser such as the Wutka DTD parser and generate an XML document. http://www.wutka.com/dtdparser.html
dvohra09a at 2007-7-14 21:52:54 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...