This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Format number problem


I want to append 0s to numbers to pad them to the required length.

<xsl:value-of select = 'format-number(@zne, "00")'/>
is my code for formatting the zne attribute to two digits. So if zne is 1 I
want to display 01. Is this code correct? It is not working.

Thanks,

Akila Ramakrishnan
axramakr@up.com


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]