cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Padding Zeros

Former Member
0 Likes
513

Hi All,

I am using XSLT mapping.I want to get the field in the receiver side with the leading zeros.Source field: XSD :decimal and length is 10.If input is 12345, i have to get 0000012345.

Can anybody please solve the problem and guide me if u know .

View Entire Topic
Former Member
0 Likes

HI,

Have u tried <xsl:number format="000000000" >?

Thanks,

Tuhin