[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] defining sections


Subject: Re: [xsl] defining sections
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 25 Nov 2005 12:31:05 GMT

Your description wasn't so clear but perhaps

<sec>
<xsl:apply-template select="data[.='Functional Requirements']"/>
<xsl:apply-template select="data[.='Functional Requirements']/following-sibling::data[following-sibling::data[.='Design Derived Requirements']]"/>
</sec>
<sec>
<xsl:apply-template select="data[.='Design Derived Requirements']"/>
<xsl:apply-template select="data[.='Design Derived Requirements']/following-sibling::data"/>
</sec>

as always this could be made more efficient using keys (or xslt 2
draft's xsl:for-each-group, which makes this kind of thing much easier)

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
Keywords