|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: How to use following-sibling ?
> -----Original Message----- > From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx > [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Samuzeau > Pascal > Sent: 12 April 2001 16:12 > To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx > Subject: How to use following-sibling ? > > > Hi, > > I have a variable as : > > <xsl:variable name="$tree" select="$data/Cases"/> It should be name="tree", the $ is an error. > > 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. > If you wanted the siblings of the <Cases> elements, you could write $tree/following-sibling::* But that's not how I read your requirement, which suggests you want $tree[1]/child::Step However, it's difficult to understand your English, so it might be easier if you showed us the structure of your source XML and highlighted which nodes you want to select. Mike Kay Software AG XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








