How to generate sample XML documents from their DTD or XSD?
Posted
by lindelof
on Stack Overflow
See other posts from Stack Overflow
or by lindelof
Published on 2008-08-19T22:29:47Z
Indexed on
2010/03/12
8:57 UTC
Read the original article
Hit count: 199
We are developing an application that involves a substantial amount of XML transformations. We do not have any proper input test data per se, only DTD or XSD files. We'd like to generate our test data ourselves from these files. Is there an easy/free way to do that?
Edit
There are apparently no free tools for this, and I agree that OxygenXML is one of the best tools for this.
© Stack Overflow or respective owner