This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

namespace is part of HTML tag???


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]