This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Re: Accessing attributes


--- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]