xsl-list
[Top] [All Lists]

[xsl] RE: loop elements based on attribute

2008-08-18 03:05:23
Thanks, Martin. Your guessing was right! It works just fine! Thanks a
lot!

Kjellaug.

--------------------------------

Martin Honnen wrote: 

Well you only process the following siblings above. So perhaps you want
 <xsl:for-each-group
   select=". | following-sibling::Pkt
                         [preceding-sibling::*[1][self::Pkt]][generate-
id(preceding-sibling::Pkt[not(preceding-
sibling::*[1][self::Pkt])][1])= generate-
id(current())]" group-starting-with="Pkt[not(@type =
'uavs')]">      


That is just a guess however.

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