Re: [xsl] Position of parent node

Subject: Re: [xsl] Position of parent node
From: Oliver Becker <obecker@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 5 Jun 2001 15:19:03 +0200 (MET DST)
> I have the following XML:
> <q>
>   <p>
>     <a>
>       <b>bla</b>
>       <b>bla</b>
>     </a>
>   </p>
>   <p>
>     <a>
>       <b>bla</b>
>       <b>bla</b>
>     </a>
>   </p>
> </q>
> 
> Inside the <xsl:template match="b">
> I would like to do the following check:
> 
> If the position of <p> within <q> is the last one

not(../../following-sibling::p)

>   do thing with <b>
> else
>   do other with <b>

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