RE: [xsl] numbering

Subject: RE: [xsl] numbering
From: Edmund Mitchell <EMitchell@xxxxxxx>
Date: Fri, 2 Feb 2001 10:45:37 -0800
Hello


Is there any simple way that I can get the integer result only from
expression like I want 2(or 3) from 5 div 2
Or I have to use string function to "build" that result?

You might try the function round(). For example,  round(5 div 2) 
Check it out (and the other number functions) at
http://www.w3.org/TR/xpath.html#section-Number-Functions


I hope that helps

Edmund

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


Current Thread