xsl-list
[Top] [All Lists]

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

2005-07-13 13:06:19
On 7/13/05, David Carlisle <davidc(_at_)nag(_dot_)co(_dot_)uk> 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
--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>