Hey Guys, Anyone know how to get REXML to generate indented XML? At the moment I get something like this: <bibliography id='46'><biblioentry>Superglue is great stuff.</biblioentry></bibliography> When I really want this: <bibliography id='46'> <biblioentry>Superglue is great stuff.</biblioentry> </bibliography> Sonny. -- Posted via http://www.ruby-forum.com/.