RE: [xml-dev] Software to generate all valid XML instances from a XML schema

From
Michael Kay <>
To
'Steve Betten' <>,
Date
2004-04-23T22:11:14Z
ID
<20040423221054.JRAO16950.mta01-svc.ntlworld.com@Turtle>
Thread
RE: [xml-dev] Software to generate all valid XML instances from a XML schema
> Is there any software that can generate all valid XML 
> instances from a specified XML schema? 

This is a very easy problem provided that (a) it doesn't have to terminate,
and (b) it's allowed to generate invalid instances as well.

Michael Kay (sorry to be flippant, but what a question!)