Re: does position () work with old MS namespace

Subject: Re: does position () work with old MS namespace
From: Eric Taylor <Eric.Taylor@xxxxxxxxxxxx>
Date: Fri, 1 Sep 2000 10:48:41 -0500
> Eric Taylor wrote:
> > when I added a construction like the following to my XSL, I got an
> > unspecified error from IE5... is position() one of those things that
isn't
> > supported by the old MS namespace?

> What is and isn't supported in MSXML is summarized nicely at 
> http://www.vbxml.com/xsl/XSLTRef.asp

> >  Upgrading to MSXML3 isn't an option right now--is there any other way
> > to treat the first item differently from the rest? 

> Try using [1] instead of [position()=1] (just guessing)

>    - Mike

Tried <xsl:if test="[1]"> but got the unspecified error with that as well.
Thanks for the try.  I'll check out the reference you suggested.  Anyone
else have a thought?


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


Current Thread