ing White spaces after format-number
I am using <?format-number:Total_Order_ID25;'999999999999.99S'?> format-number to put sign - or + at the end
but the field looks like create some white space after so the next fields will be in next line
I tried to use <?xdoxslt:rtrim(format-number:Total_Order_ID25;'999999999999.99S')?> and will not work either
Please let me know if you have any suggestion to place the next field in the same line
Thanks