Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


RE: [xsl] Using the Input Document to Control Generation of Numbers in the Output

From: "Kerry, Richard" <richard.kerry@----------->
To:
Date: 10/2/2007 2:21:00 PM
Thank you both.

Trying out your solutions the one provided by George gives the correct
result but Michael's doesn't, however I think that's actually just a
trivial error because he's written it out untested from previous
experience of similar problems.

However - I don't think George's method will extend easily to the other
problem (forcing the index), whereas Michael's will.

Also what I didn't put on my initial posting is that I will need to have
both algorithms present as my input data will include both overriding
index numbers and sizes.


Since I wrote the above I've received George's solution for problem 3,
which I don't yet understand.  I still suspect the recursive approach
will more easily allow me to produce a combined solution for both
situations.


Appreciatively,
Richard.



-----Original Message-----
From: George Cristian Bina [mailto:george@xxxxxxxxxxxxx]
Sent: 02 October 2007 13:49
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Using the Input Document to Control Generation of
Numbers in the Output


Michael Kay wrote:
>
[...]
> This is a typical use case for recursion (even in XSLT 2.0).

What about
<xsl:template match="incoming">
   <outgoing name="{@name}"
index="{count(preceding-sibling::*[not(@size)]) + 1 +
sum(preceding-sibling::*/@size)}"></outgoing>
  </xsl:template>
?

Regards,
George
---------------------------------------------------------------------
George Cristian Bina - http://aboutxml.blogspot.com/
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
www.---.com


transparent
Print
Mail
Like It
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