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]

RE: Problems with for-each


> My problem is that inside of the for-each loop, the context 
> changes to that 
> of //itemList/headerList/header, and I lose the context of 
> the current item 
> I'm working with, so the select="title" is invalid.  How do I 
> get my context 
> back?

Do <xsl:variable name="x" select="."/> outside the for-each.

Mike Kay
Software AG

 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]