xsl-list
[Top] [All Lists]

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

2010-06-15 19:33:09


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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>