RE: [xsl] Problem using Position() in .NET environment.

Subject: RE: [xsl] Problem using Position() in .NET environment.
From: Pieter Reint Siegers Kort <pieter.siegers@xxxxxxxxxxx>
Date: Wed, 13 Oct 2004 09:57:48 -0500
Hi Animesh,

Do you use the XslTransform?

Then you say:
> When I remove position() from Xpath above, it works.

So what's the problem then? Just kidding, I guess you still have a problem,
just send in some representative XML, your XSL, and what output you need.
We'll be able to help you better.

I have found this MS-KB article, it may not apply to your expression, cause
you're not using postion() as a function parameter, but still it may well be
a (another) bug:
http://support.microsoft.com/default.aspx?scid=kb;en-us;324033

HTH,
<prs/>

-----Original Message-----
From: Animesh Sharma [mailto:asharma@xxxxxxxxxxxxxxxx] 
Sent: Wednesday, October 13, 2004 9:36 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] Problem using Position() in .NET environment.

Hi,

I'm not sure whether this problem belongs to this group or not. 
But I'm facing very peculiar problem in .Net (version 1.1) environment.

Following XSL works with MSXML4 but NOT with .Net XSL translator:

<xsl:template
match="//input[@value='go'][preceding-sibling::a[position()=1][contains(
img/@src,'cancel')]]">

<--Do Some operation>

</xsl:template>

When I remove position() from Xpath above, it works.
I'm unable to figure out the problem. If anyone knows the solution, do let
me know.

Thanks,
Animesh

Current Thread