From: Mark Volkmann Date: 2007-02-15T08:14:52+09:00 Subject: Re: How to work with a XML schema with Ruby? On Feb 14, 2007, at 4:20 PM, Griff wrote: > I need to take a XML schema and do some arbitrary text generation > using it's contents. > > Any idea where I should start? If I were doing this, my first choice would be XQuery and my second would be XSLT. If you'd like, send me a small snippet of your XML Schema, tell me what you'd like to generate from it, and I'll send you an example of how to do it.