Posts Tagged: xsl
-
Aug 17, 2009
No CommentsBasics of XSLT — Part 4
In the previous article we have discussed the concept of variable declarations and parameters passing techniques to the templates..etc., Now in this article we will discuss the formatting of numbers and strings. There are two elements <xsl:number>, <xsl:decimal-format> which are used to format the numbers and convert them into strings. The <xsl:number> Element: The main purpose of this...