Mark Thomas wrote:
> On Sep 17, 5:29 am, Jonathan Fine <[EMAIL PROTECTED]> wrote:
>> I want to generate test data from an XML schema. I've had a quick look
>> at existing tools (such as minixsv and amara) but from what I've seen
>> they don't seem to help.
> ...
>> A tool that provides a nice Pyth
Mark Thomas wrote:
Has anyone seen anything that might help generate test data from a schema?
I'm unaware of anything in Python, but Eclipse can generate sample
documents from a schema:
http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.wst.xmleditor.doc.user/topics/tcrexxsd.html
As
On Sep 17, 5:29 am, Jonathan Fine <[EMAIL PROTECTED]> wrote:
> Hello
>
> I want to generate test data from an XML schema. I've had a quick look
> at existing tools (such as minixsv and amara) but from what I've seen
> they don't seem to help.
...
> A tool that provides a nice Python interface to n
Hello
I want to generate test data from an XML schema. I've had a quick look
at existing tools (such as minixsv and amara) but from what I've seen
they don't seem to help.
It is of course easy to extract all the element names from a schema, but
I want more than that.
Motivation: I wish t