Re: Generating test data from an XML Schema

2008-09-17 Thread Stefan Behnel
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

Re: Generating test data from an XML Schema

2008-09-17 Thread Jonathan Fine
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

Re: Generating test data from an XML Schema

2008-09-17 Thread Mark Thomas
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