hi,
thanks for the response.
I tried to print the value of the below line as you suggested. It is writing "NaN" to the text file.
<xsl:number value="floor(. * 1000000)" format="000000000" />
I also tried
<xsl:value-of select="format-number(67.8
Now it is writing 067.890000.
But I should not have the decimal place "." in the final value. Can you please let me know if you have any idea?
Thanks!
Main Topics
Browse All Topics





by: GertonePosted on 2009-09-25 at 11:31:36ID: 25425824
<xsl:number value="floor(. * 1000000)" format="000000000" />