Need of another function, any()

Hello,
  I am feeling the need of a built-in function, any()
in XSLT..

please look, at the following e.g.

<xsl:for-each select="x-path">
  <xsl:if test="./@a='1' = any()/@='1'">
  </xsl:if>
</xsl:for-each>

any() function, would match to any node in the
preceding-sibling::, and following-sibling::  *axis*

any() function, would be equivalant to 
(preceding-sibling:: or self:: or following-sibling::
) 

I am wondering, if this might be appropriate ??

Regards,
Mukul


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

Received on Monday, 10 November 2003 21:56:27 UTC