Subject: RE: Problems with for-each
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 12 Jul 2001 22:32:50 +0100
|
> 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
|