Re: [xsl] [xsl-list] MSXML 3.0/4.0 XSLT rendering bug

Subject: Re: [xsl] [xsl-list] MSXML 3.0/4.0 XSLT rendering bug
From: Jason Kohls <jasonkohls@xxxxxxxxx>
Date: Wed, 13 Jul 2005 16:06:19 -0400
On 7/13/05, David Carlisle <davidc@xxxxxxxxx> wrote:

>  <xsl:template match="*">
> <html xmlns="http://www.w3.org/1999/xhtml";>

> this generates html in the xhtml namespace (apparently for every input
> element, although actually you never call xsl:apply-templates so this
> only happens once.

That was it.  I removed that xmlns declaration and it worked; the
XML/HTML identity crisis of my stylesheet has been remedied as well.
:)

Thanks David.

Cheers,
Jason

Current Thread