The input xml includes the following element:
<numberOfPayments>14.0</numberOfPayments>
I need to convert the number to integer, with following limitations:
- the XML is coming from an external source, I cant ask them to send me the integer
- it has to be an XPath, I can't use any other language