I\'m trying to take a value that I\'m pulling from a database and divide it by 12 and display that number, but I can\'t seem to get it right. This is what I have so far to
XPath uses div for division since slashes are used as separators.
div
$<xsl:value-of select="format-number(//Applications/AveAnnualVolume div 12,'###,###,##0.00')"/>