Re: [xsl] list of homogeneus elements semantically different...

Subject: Re: [xsl] list of homogeneus elements semantically different...
From: <dalloro@xxxxxxxxx>
Date: Fri, 1 Apr 2005 15:25:17 +0200
Ok, I thank you very much for the help, that worked fine!
My question is, where can I find a *good* reference of XSLT online? 
(I read all the online tutorial reference on the W3C website looking
for something like the following-sibling, but I didn't find it.)

Livio

On Apr 1, 2005 3:01 PM, David Carlisle <davidc@xxxxxxxxx> wrote:
> 
> <xsl:for-each select="m[position() mod 2 = 1]">
> <A a="{@e}" b="{following-sibling::m[1]/@e"/>
> </xsl:for-each>
> 
> David
> 
> ________________________________________________________________________
> This e-mail has been scanned for all viruses by Star. The
> service is powered by MessageLabs. For more information on a proactive
> anti-virus service working around the clock, around the globe, visit:
> http://www.star.net.uk
> ________________________________________________________________________

Current Thread