[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] one function call twice for the same variable
I need to call one function for the same variable twice (somethin like recursive)... How to do this?
And twice with another parameter: <xsl:call-template name="change"> <xsl:with-param name="name_string" select="$CustomerSignerLName"/> <xsl:with-param name="delimiter" select="' '"/> </xsl:call-template> <xsl:call-template name="change"> <xsl:with-param name="name_string" select="$CustomerSignerLName"/> <xsl:with-param name="delimiter" select="' '"/> </xsl:call-template> How to write it correctly? -- XSL beginer
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|