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]

How to use following-sibling ?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]