Hello,
Xmlbeans generates one instance? Can it generate more? Is the generated instance a trivial one or not?
Shlomo.
-----Original Message-----
From: David Carver [mailto:]
Sent: ג 19 יוני 2007 20:23
To:
Cc: George Cristian Bina; Shlomo Yona;
Subject: Re: [xml-dev] Any tool to generate xml documents?
wrote:
> HI,
>
> Thanks for all of you. I know there was a tool called IBM XML Generator. But
> it is not available on-line now. Is there any similar tool can be used to
> generate random xml document or a set of documents accroding to a DTD or schema?
>
> good day,
>
> Yang
>
>
Not truely random, but you do have the source code available to you.
XMLBeans has an xsd 2 instance tool, that might be of use.
http://xmlbeans.apache.org/docs/2.0.0/guide/tools.html#xsd2inst
Dave