RE: [xsl] Boolean XPath Expression and sum

Subject: RE: [xsl] Boolean XPath Expression and sum
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 10 May 2001 11:43:39 +0100
> Here is what I actually got:
> 
> <?xml version="1.0"?>
> <abuncha>
> 	<thing>1</thing>
> 	<thing>2</thing>
> 	<thing>3</thing>
> 	<thing>5</thing>
> 	<sum>11</sum>
> </abuncha>
> 
> my question is: Where does the 11 come from?

11 = 1+2+3+5

Why did you expect to get 4?

Mike Kay
Software AG 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread