RE: [xsl] Accessing Variables while sorting

Subject: RE: [xsl] Accessing Variables while sorting
From: Jarno.Elovirta@xxxxxxxxx
Date: Tue, 8 Jan 2002 15:29:11 +0200
> Would you please explain *[name()]

*[name() = $Variable] selects all child elements, whose name is equal to
the string value of $Variable". Simple *[name()] doesn't really make
sense, because it will always return boolean true.

Santtu

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


Current Thread