Subject: Re: [xsl] grouping problem From: Martin Honnen <Martin.Honnen@xxxxxx> Date: Fri, 02 Apr 2010 14:07:31 +0200 |
Martin Honnen schrieb am 02.04.2010 um 12:06:46 (+0200):
<xsl:for-each-group select="*" group-adjacent="self::ueberschrift or self::absatz[matches(., 'I+\.')]">
<xsl:choose>
<xsl:when test="current-grouping-key()">
<xsl:copy-of select="current-group()"/>
</xsl:when>
<xsl:otherwise>
[...]
It took me a while to understand this. I find it really clever!
Martin Honnen http://msmvps.com/blogs/martin_honnen/
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] grouping problem, Michael Ludwig | Thread | Re: [xsl] grouping problem, Michael Ludwig |
Re: [xsl] grouping problem, Michael Ludwig | Date | RE: [xsl] conditional based html fo, Robby Pelssers |
Month |