[
Lists Home |
Date Index |
Thread Index
]
aspsa wrote:
>
> <xsl:apply-templates mode="item-detail"
select="addressbook/address[count(.| key('x', zip)[1]=1]"/>
>
firstly, the predicate in the select statement is missing a parenthesis..
.| key('x', zip)[1]
part of the expression seems to be a bit strange as well...though w/o
seeing your xml and what u want to do, cant help more.
gl, Jim Fuller
|