"Padding" a value in XSL
If I were to transform a value from one XML file to another is it possible to "pad" the value out so that it is a fixed length?
e.g If I had a value 12345 but it needed to be ten digits long, could you pad the beginning of it with zeros to make 0000012345?
Cheers,
Francis
|