blob: 0b3294677eea8162c05f762c79b2278dd452e452 [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<!-- FileName: MATH39 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19990922 -->
<!-- Section: 4.4 -->
<!-- Purpose: Test of ceiling() on a negative non-integer. -->
<xsl:template match="doc">
<out>
<xsl:value-of select="ceiling(-1.5)=-1"/>
</out>
</xsl:template>
</xsl:stylesheet>