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

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -