I am trying to make a flexible currency template but i am having problems with the xsl:deimal-format property excepting the variables past in. Please see example below. Does the xsl:decimal-format property not except variables and if so is their a work around? Many thanks in advance.
Then syntax for dynamic value is {$m_strDecimalSeparator} but global elements like xsl:decimal-format need to resolve their arguments at compile time therefore you are not allow to do so.