Add Comma's in Integer field
-
Hi Guys, I am using XSLT to the format some XML into HTML, now in my XML that comes directly from the Database, I have an int Field that stores a numeric field . I want to format this field to display on the screen with comma's in separating the thousands etc. i.e 300000 to render like 300,000 Does anyone know of a way that I can achieve this in XSLT ?
Kind Regards, Gary
My Website || My Blog || My Articles
-
Hi Guys, I am using XSLT to the format some XML into HTML, now in my XML that comes directly from the Database, I have an int Field that stores a numeric field . I want to format this field to display on the screen with comma's in separating the thousands etc. i.e 300000 to render like 300,000 Does anyone know of a way that I can achieve this in XSLT ?
Kind Regards, Gary
My Website || My Blog || My Articles
-
http://www.w3schools.com/xsl/el_decimal-format.asp[^] This Link would help u......... With Best Regards, Yogesh