[xsl] namespace is part of HTML tag???

Subject: [xsl] namespace is part of HTML tag???
From: hlgoh@xxxxxxxxxxxxx (Goh Hong Ling)
Date: Mon, 3 Jun 2002 09:53:43 +0800
Hai All,

I'm very new to XML/XSL and currently facing some problems with the XSLT.
I'm making below declaration in my xsl file

<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
    xmlns:msxsl="urn:schemas-microsoft-com:xslt"
                xmlns:user="http://www.w3.org/1999/XSL/Transform";
                version="1.0">

I used the msxsl:script in my code to do certain XML to HTML transformation
thru XSL .  But the weird thing is that when I viewSource my HTML page, I
always found  <tr xmlns:msxsl="urn:schemas-microsoft-com:xslt">.  How can I
eliminate the extra note in the <TR>???

Any idea how to solve this problem??

Thanks in advance for your help.

Have a nice day !

best regards,
Hong Ling


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread