XSLT functions - divide

wxdqz

New Member
Can anyone please give a sample where I can divide the value of one node withthat of another.This works:<xsl:value-of select="xpos" /> = 50<xsl:value-of select="xpos + 30" /> = 80<xsl:value-of select="xpos - 30" /> = 20This doesn't work:<xsl:value-of select="xpos / 2"/> = 25
 
Back
Top