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
Post a Comment