xsl-list
[Top] [All Lists]

Re: [xsl] following-sibling help please.

2006-10-11 01:40:34

 David, I actually do not want to group them together as I need
 everything on the second level even though logically their should be
 a parent for each "set". 

You should still use for-each-group, it doesn't add any element grouping
around eaach group, it just hands you teh children a bunch at a time,
starting with each header element, which is just what you want.

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