|
From: Bill K. <BKa...@sk...> - 2002-04-02 05:46:22
|
When I use the TranslatorBean to apply my xsl stylesheet the expected empty html tags are not generated (say <hr> instead of <hr/>) even though <xsl:output method="html" /> was specified. (I need this so I can display html in a JEditorPane, which supports only html3.2 - it doesn't like the slash). Also it seems I cannot suppress the <?xml...?> header in the usual way. Help will be very much appreciated. TIA, Bill |