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]

RE: XPath, starts with ?


> 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


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