XSLT StyleSheet XML Tutorial

File: Data.xml


  4
  3.2
  11

File: Transform.xslt

  version="1.0">
  
  
    round(3.2) =
    
  

Output:
    round(3.2) =
    3
5.12.round5.12.1.ceilng(), floor() and round() transform floating point numbers into integers5.12.2.round()- Takes a number as its argument and returns the integer that is closest to the number argument. The method of rounding is not specified, which may cause problems if a particular algorithm-for example, banker's rounding- is needed.
rntsoft.com  |  | Contact Us | Privacy PolicyCopyright 2009 - 12 Demo Source and Support. All rights reserved.All other trademarks are property of their respective owners.