Re: [xsl] Using xsl:output in browsers, was: Re [xsl] XHTML html validation

Subject: Re: [xsl] Using xsl:output in browsers, was: Re [xsl] XHTML html validation
From: "Manfred Staudinger" <manfred.staudinger@xxxxxxxxx>
Date: Mon, 19 Feb 2007 22:49:30 +0100
On 19/02/07, Abel Braaksma <abel.online@xxxxxxxxx> wrote:
<xsl:output method="html" indent="yes" />
IE6: dom
FF: dom (type HTMLDocument)
Just a short remark: if you specify indent="yes" then IE does _not_ eliminate
all whitespace. This only occurs with indent="no".

Regards, Manfred

Current Thread