[xsl] How to use following-sibling ?

Subject: [xsl] How to use following-sibling ?
From: Samuzeau Pascal <samuzeau@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 12 Apr 2001 17:12:05 +0200
Hi,

I have a variable as :

<xsl:variable name="$tree" select="$data/Cases"/>

I want to recognize all child which belong of Cases[1] and named Step

<xsl:variable name="brothers" select="following-sibling::$tree"/>

But, it appears that is wrong.

How can I do ? I need to keep my variable named $tree, and I know only
that one, I mean I don't care what is uppon the tree, I've got it.

Thanks
PS


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


Current Thread