Re: [xml-dev] Random xml genarator

From
James Fuller <>
To
lukyluke <>
Date
2007-03-13T07:38:37Z
ID
<>
Thread
Re: [xml-dev] Random xml genarator
On 3/13/07, lukyluke <> wrote:
>
> Is there any tool to generate random xml files?

u can try;

Sun's XML instance generator
http://www.xml.com/pub/r/1267

or IBM's much older one

http://www.alphaworks.ibm.com/tech/xmlgenerator

depends on how you want to depend the structure

also you can investigate sql based methods as most databases can be
exported to xml (ex.
http://www.benjaminkeen.com/software/data_generator/)

gl, Jim Fuller