Currency Format Xslt

<div class="list_price">$<xsl:value-of select = "format-number(list_price,'#,###')" /></div>

Comments are closed.