?
=?ISO-8859-1?Q?Frederik_S=F8rensen?=
I'm trying to do this calculation in xsl but i get an error message:
"expression is not a node set"
<xsl:variable name="height" select="round(130/width*height)+10"/>
How do i save the result from this calculation in my variable?
height and width im my xml contains the height and width of an image.
Frederik
"expression is not a node set"
<xsl:variable name="height" select="round(130/width*height)+10"/>
How do i save the result from this calculation in my variable?
height and width im my xml contains the height and width of an image.
Frederik