[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Dynamical work with child nodes

Subject: RE: Dynamical work with child nodes
From: Roland Juergens <roland_juergens@xxxxxxxxxxxx>
Date: Tue, 6 Apr 2004 16:23:49 +0200
xsl test children
Yes ! Thanks a lot, this helps. Now I only need to know how to get the total
number of children,
like *[max], and how to get the name (not the content) of the current node I
have selected with *[3]

Roland

-----Original Message-----
From: G. Ken Holman [mailto:gkholman@xxxxxxxxxxxxxxxxxxxx]
Sent: Dienstag, 6. April 2004 16:17
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE:  Dynamical work with child nodes


At 2004-04-06 16:08 +0200, Roland Juergens wrote:
>and how can i access a subelement without using its name ?

The node test for an element of any name is "*", so to access the value of 
the third child and you don't care for the name of the children would be:

   select="*[3]"

This node test is often used to check if the immediately preceding or 
following element is of a particular type, first by finding the closest of 
any name and then checking to see if that one is of the type you are 
looking for, in this case "is my immediately preceding sibling a figure 
element?":

   test="preceding-sibling::*[1][self::figure]"

I hope this helps.

......................... Ken


--
Public courses: Spring 2004 world tour of hands-on XSL instruction
Each week:   Monday-Wednesday: XSLT/XPath; Thursday-Friday: XSL-FO
Hong Kong May 17-21; Bremen Germany May 24-28; Helsinki June 14-18

World-wide on-site corporate, govt. & user group XML/XSL training.
G. Ken Holman                 mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/s/bc

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2011 All Rights Reserved.