File: Transform.xslt
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
Tests of XPath multiplication in XPath 1.0
9 * 3 =
9 * 3.8 =
9 * '4' =
9 * 'Q' =
9 * true() =
9 * false() =
Output:
Tests of XPath multiplication in XPath 1.0
9 * 3 = 27
9 * 3.8 = 34.199999999999996
9 * '4' = 36
9 * 'Q' = NaN
9 * true() = 9
9 * false() = 0