xsl-list
[Top] [All Lists]

Re: [xsl] Copy and group XML

2011-01-26 13:44:48
On 26/01/2011 19:40, Jacobus Reyneke wrote:
Only the first scene of every act grouping is copied. The other scenes
are dropped. Why would this be?

xsl:for-each-group always works that way, at each iteration "." is the first item in the group. To get the whole group copy or apply templates to current-group()

David


--~------------------------------------------------------------------
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>