Hi guys,
I would like to know if in XLST can we use the math:abs(...) ? I saw this somewhere but it does not work . I have something like:
<tag>
<xsl:value-of select="./product/blablaPath"/>
</tag>
I tried to do something like:
<tag>
<xsl:value-of select="math:abs(./product/blablaPath)"/>
</tag>
but does not work.
Any ideas? Thanks.
Corneliu.