blob: deb1a09345d4ec7da7819f3184d9639d067f9a2d [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: position81 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19991116 -->
<!-- Section: 4.1 -->
<!-- Creator: David Marston -->
<!-- Purpose: Test of count() on a set filtered by the last() function. -->
<xsl:template match="doc">
<out>
<xsl:value-of select="count(/doc/alpha[last()]/h)"/>
</out>
</xsl:template>
</xsl:stylesheet>