RE: [xsl] XPath, starts with ?

Subject: RE: [xsl] XPath, starts with ?
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 31 May 2001 17:03:47 +0100
> I just migrated from MSXML3 to MSXML3 SP 1.
>
> This XPath was working fine before and does not work any more.
>
> "/ric/fid[index() > 0 and @id='ROW*']"
>
> What is the correct syntax to have every item that starts
> with something?

The above expression is not valid XPath 1.0: there is no index() function,
so MSXML3 is correct to reject it.

I'm afraid I don't know what you expect the expression to mean so I can't
give you an equivalent.

Mike Kay
Software AG


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


Current Thread