RE: making calculations in XSL

Subject: RE: making calculations in XSL
From: Sebastian Rahtz <sebastian.rahtz@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 27 May 2000 17:12:46 +0100 (BST)
.::romina::tulisi::. writes:
 > <?xml version="1.0">

thats not valid XML. it needs ?> at the end

 > <startmeup>
 > <number>1</number>
 > <number>2</number>
 > <number>...</number>
 > </startmeup>
 > 
that should generate

 Total is: NaN

because "..." is not a number. thats what xt, saxon, oracle and xalan
do. take away ... and they generate 3, of course.

 > I'm using http://www.w3.org/1999/XSL/Transform as xmlns ... could that be
 > the problem?

in what processor? maybe you are using a program that isnt an XSL processor,
like the thing in IE5.

sebastian


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


Current Thread