This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: making calculations in XSL


.::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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]