I'm using JAXP 1.2 for XSLT transformations to HTML but can't get the indent setting to work on the output element. According to the specification it should be possible with the following directive:
<xsl:output method="html" indent="yes"/>
but it has not effect. Anyone got any ideas? There is mention in this forum of setting it as a property on the parser class but it should really be possible from the XSL file.
Thanks.