|
Subject: Re: [xsl] Predicates using current node-set From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx> Date: Wed, 02 Oct 2002 12:44:08 +0200 |
You have almost solved the problem, it sounds surprisingly simple, but current node is accessible by current() function.I have a problem using predicate expressions where I compare an attribute in the node-set to an attribute in the "current node-set".
<xsl:if test="/payments/oldpayments/oldpayment/@payno = @Payno"><xsl:if test="/payments/oldpayments/oldpayment/@payno = current()/@Payno">
Ref: <xsl:value-of select="/payments/oldpayments/oldpayment[@payno=current()/@Payno]/@ref"/>Ref: <xsl:value-of select="/payments/oldpayments/oldpayment[@payno=@Payno]/@ref"/>
-- Oleg Tkachenko Multiconn International, Israel
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Predicates using current , Michael Kay | Thread | RE: [xsl] Predicates using current , Jarno . Elovirta |
| RE: [xsl] Sorting and grouping, Michael Kay | Date | [xsl] xsd- abstract definition, Laura Jenkins |
| Month |