[Home] [By Thread] [By Date] [Recent Entries]
On 11/05/2010 05:10, Mukul Gandhi wrote:
<xsl:for-each-group select="body/*" group-starting-with="h1"> <xsl:if test="position()> 1"> That's not safe because if the first element _is_ an h1 you'll miss the first headed group. As Michael showed you need to test the element node in teh first group, either as Michael showed with apply templates, or <xsl:when test="self::h1">..... <xsl:otherwise>.... David
This e-mail has been scanned for all viruses by Star. The service is powered by MessageLabs. ________________________________________________________________________
|

Cart



