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

Re: [xsl] group-starting-with drops child text nodes - workaround?


Subject: Re: [xsl] group-starting-with drops child text nodes - workaround?
From: "Imsieke, Gerrit, le-tex" <gerrit.imsieke@xxxxxxxxx>
Date: Wed, 16 Jun 2010 02:32:38 +0200

On 16.06.2010 02:23, tom schmitter wrote:
<xsl:for-each-group select="*" group-starting-with="subtitle">

As Steve suggested, use select="* | text()" instead (or select="node()").


Gerrit


Current Thread