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]

Re: Position of parent node



> 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@informatik.hu-berlin.de             |
|  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/


 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]