Subject: Re: Calculating cumulative values - another call for help
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Thu, 30 Aug 2007 16:58:43 +0100
|
On 8/30/07, Simon Shutter <simon@xxxxxxxxxxx> wrote:
> Andrew,
>
> When I run your stylesheet against my input I get a Saxon error where it is
> creating attribute "y3". The error is shown below. The string "n" is the
> value of the attribute "id" for the set element in the input. Is it because
> "xs:integer(parent::set/@id - 1)" precludes the use of non-numerical id
> values?
>
When you say "1..n" you don't normally mean "n" literally(!), but some
unspecified higher number.
Change "n" to be a number - say 3 in your example, and it'll work.
--
http://andrewjwelch.com
|