Subject: Re: [xsl] Wrap changing element sequence into container: with 'for-each-group'? From: Yves Forkl <Y.Forkl@xxxxxx> Date: Thu, 01 Feb 2007 13:15:41 +0100 |
<xsl:apply-templates select="a"/>
<container1> <xsl:copy-of select="b|c"/> </container1>
<xsl:apply-templates select="d|e|f"/>
<container2> <xsl:copy-of select="g|h|i"/> </container2>
<xsl:apply-templates select="j"/>
it does not preserve the original order of the elements but collects together all elements in each group. That isn't what i understood you to want, but if that is what you want, you don't need any grouping construct at all.
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Only output element when , Florent Georges | Thread | Re: [xsl] Wrap changing element seq, David Carlisle |
Re: [xsl] Only output element when , Abel Braaksma | Date | [xsl] Namespaces conventions: Why A, Ben Stover |
Month |