Re: unknown element selection (parent is known)

Subject: Re: unknown element selection (parent is known)
From: Oliver Becker <obecker@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 23 Oct 2000 17:57:22 +0200 (MET DST)
Rob,

> How do I select a record without knowing the
> name of it. What I know is the name of the parent,
> 
> <PARENT>
>     <???>Donald Ball</???>
>     <???>23</???>
> </PARENT>

PARENT/*
selects all children of the PARENT element

PARENT/*[1]
selects only the first child

> Another thing i do not know is the number of elements. 

count(PARENT/*)

> So I will proberly have to use for-each.

Depends on what you want to achieve ...

Cheers,
Oliver


/-------------------------------------------------------------------\
|  ob|do        Dipl.Inf. Oliver Becker                             |
|  --+--        E-Mail: obecker@xxxxxxxxxxxxxxxxxxxxxxx             |
|  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/


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


Current Thread