Feb 19, 2003 #1 Muddmuse Programmer Joined Jul 31, 2001 Messages 85 Location US I want to add multiple node values then round to 2 decimal places. Can XSL do this?
Feb 20, 2003 #2 flumpy Programmer Joined May 17, 2002 Messages 256 Location GI can't remember if it can round per se, but you can use the format-number('####.##', $value) xslt function to supply a format for it... hope that helps Upvote 0 Downvote
can't remember if it can round per se, but you can use the format-number('####.##', $value) xslt function to supply a format for it... hope that helps
Feb 20, 2003 Thread starter #3 Muddmuse Programmer Joined Jul 31, 2001 Messages 85 Location US Thats it, thanks! Upvote 0 Downvote