Subject: Re: Re: Accessing attributes
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Fri, 9 Aug 2002 23:14:13 -0700 (PDT)
|
--- Joerg Heinicke <joerg dot heinicke at gmx dot de> wrote:
> Hello Carlos,
>
> both answers until now seem to be incorrect. I assume, that you are
> only missing current():
>
> <xsl:when test="/site/dadosPasseio/correlato/item[@correlato =
> current()/@idPasseio]">
>
No need for current(), use:
@idPasseio = /site/dadosPasseio/correlato/item/@correlato
__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|