xsl-list
[Top] [All Lists]

Re: [xsl] <xsl:for-each> , only loop on half of the elements.

2010-07-26 10:06:57
in my  xml file that i receive

i got a node:  /content/collaborator

and in another node i  got /content/collaborator too :

so when i do 
<xsl:for-each select="/content/collaborator">
    both got merged ....

late's consider i got 6 elements on the node:

position() give me like
1
2
3
1
2
3

so it got not effect here ...
any way to do like a loop (for like java/c) with out for-each?

and thanks.


      


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