Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


RE: [xsl] reset increment on attribute value change

From: "Michael Kay" <mike@------------>
To:
Date: 10/2/2006 7:30:00 AM
>Put simply, I need to reset the incrementing when the attribute for a
changes value.

No, that's not what you *need* to do. That's what you *want* to do, because
it's what you would do if you were using a procedural language.

You haven't described your problem very clearly, but it looks to me like one
that can be solved with something like

<xsl:template match="c">
<xsl:number level="any" from="a"/>
</xsl:template>

Michael Kay
http://www.saxonica.com/

 

> -----Original Message-----
> From: Jonathan Marenus [mailto:jonathanmarenus@xxxxxxxxx] 
> Sent: 02 October 2006 05:14
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] reset increment on attribute value change
> 
> 
> 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[@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


transparent
Print
Mail
Digg
delicious
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent