I was wondering if there was any way to configure SAX to create XML which contains whitespace. Currently the XML produced does not contain any linefeeds or whitespace.
Ie, I would like to be able to change this output: --- <a><b><c1>foo</c1><c2>foo</c2></b></a> --- To --- <a> <b> <c1>foo</c1> <c2>foo</c2> </b> </a> --- Or something a little more human readable. Thanks Leif -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>