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]

Re: Which namespace to use


xmlns:xsl="http://www.w3.org/1999/XSL/Transform";

The other one is the namespace of the early Microsoft Working Draft implementation of XSL, which is no longer supported.

Joerg

Agaram Madhavaraju wrote:
Selecting the node by its index doesn't work in IE. I get a blank page when i try to match a particular node by using [i]. for example:-
<xsl:template match="student[1]">
I also tried in IE 6.0, it doesn't work either.
I have used the following namespace.
xmlns:xsl="http://www.w3.org/TR/WD-xsl
Is there something wrong in the namespace?
Thanks
-Madhavaraju

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]