RE: [xsl] Problems with for-each

Subject: RE: [xsl] Problems with for-each
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Fri, 13 Jul 2001 10:52:42 +0100
Kevin--

Also check out the current() function, it is worth knowing about for this type of problem.

Cheers,
Wendell

At 10:32 PM 7/12/01, Mike wrote:
> 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.


======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread