xml - Rounding a number to lowest hundred using XSLT -


i looking way round number lowest hundred. example if numeric value 975, should display 900. if values 975.55, should display 900. can please tell me how can achieve using xslt ?

if use floor($number div 100) * 100 should want.


Comments

Popular posts from this blog

java - Null response to php query in android, even though php works properly -

node.js - Using Node without global install -

php - CakePHP HttpSockets send array of paramms -