Can anyone please help me to find out what is the correct way to convert 0.1087 into 10.9 (rounded) that is meters into centimeters in my case?
I have got this in a string value of an attribute, I have put it into a variable x and used the xs:decimal() and format-number() like in the following example:
Code:
format-number(xs:decimal($x), '##.####')
I have tried several pictures, but I feel like I am getting something wrong on how this works.
thank you very much