[XML-DEV Mailing List Archive Home]
[By Thread]
[By Date]
XSLT count() function and the UNION operator
- To: xml-dev@...
- Subject: XSLT count() function and the UNION operator
- From: aspsa <aspsa@...>
- Date: Tue, 29 Mar 2005 03:49:51 -0500
- Importance: Normal
Hi, everyone.
I don't see why the following is causing the XSLT parser to report an
invalid XPath expression error.
<xsl:apply-templates mode="item-detail" select="addressbook/address[count(.
| key('x', zip)[1]=1]"/>
Thanks for your help.
|