> 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
|