From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:math="http://exslt.org/math"
exclude-result-prefixes="math">
<xsl:template match="values">
<result>
<xsl:text>Lowest: </xsl:text>
<xsl:value-of select="math:lowest(value)/@id" />
</result>
</xsl:template>
</xsl:stylesheet>