[Home] [By Thread] [By Date] [Recent Entries]
Nordström, Jonas wrote:
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 XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



