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]
Other format: [Raw text]

rounding numbers up or down


Hi,

Right, here's the  problem ...Im paging through my data using a stored procedure, and returning the data in xml chunks...
On the display page I've got a counter that displays how many pages there are and the users current page.. The problem I've got is that I need to round up all values of less than .5 to the nearest .5  e.g. 0.1 rounded to  0.5.

The only syntax I can find is something like ..

<xsl:value-of select="format-number($Total_Pages,'#.#')"/>

I need to be able to control which way the number is rounded up or down ..is there a function for this? .. oh im using MSXML 4.0..

Thanks 

Paul Mortimer
Technical Architect
Stuart Lawrence Group

www.stuartlawrence.com

Work: 0161 832 5574
FAX: 0161 834 6257
Mobile: 07989 344595

*******************************************************************************************

--
This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.  If you are not the intended recipient please contact the sender immediately. Any disclosure, copying, distribution or any other use of this communication is strictly prohibited and may be unlawful. Stuart Lawrence Marketing Communications Limited reserves the right to monitor and intercept communications for unlawful business purposes.

This also confirms that this message has been swept for viruses, although Stuart Lawrence Marketing Communications Limited accepts no responsibility for any loss or damage resulting directly or indirectly from the use of this email or contents.

 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]