xsl-list
[Top] [All Lists]

[xsl] reset increment on attribute value change

2006-10-01 21:14:27

Hi there,

   I have the following XML structure:

<a name="1">
..
..
..
</a>
<a name="2">
..
..
..
</a>

I have repeatable b and c elements within each a (c
within b).

My XSL consists of a for-each "a". My goal is to have
an incremented value for each c where a[(_at_)name="1"] and
then start over with the next a where @name="2".

Put simply, I need to reset the incrementing when the
attribute for a changes value.

Right now, I am using the position function for c, but
the problem with that is it starts over when I have a
new b, not a new a, since c is within b.

Any help would be appreciated.

Best Regards,

Jonathan Marenus

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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