Subject: Re: [xsl] Functional program for "list sum" From: David Carlisle <davidc@xxxxxxxxx> Date: Thu, 9 Jun 2005 09:50:15 +0100 |
<xsl:param name="num" as="xs:integer" /> That means that the first argument must be an integer. select="fn:listSum(null,( That passes the first argument as the sequence of all element nodes with name num, If there are no such elements then this sequence will be empty and you will get the error that you show. perhaps you want to start with 0 Also put version="2.0" on your stylesheet then you will not get "Warning: Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor Despite calling your function Sum, it doesn't actually sum anything, it just returns a sequence which is teh same as teh sequence supplied in the second argument except that the first item has been replaced by the integer supplied in the first argument. fn:listSum(5,(1,2,3)) is (5,2,3) David ________________________________________________________________________ This e-mail has been scanned for all viruses by Star. The service is powered by MessageLabs. For more information on a proactive anti-virus service working around the clock, around the globe, visit: http://www.star.net.uk ________________________________________________________________________
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Functions as data types w, Mukul Gandhi | Thread | Re: [xsl] Functional program for "l, Mukul Gandhi |
Re: [xsl] RE : [xsl] Browser based , James Fuller | Date | Re: [xsl] Functions as data types w, David Carlisle |
Month |