summaryrefslogtreecommitdiff
path: root/tests/general/bug-184.xsl
blob: 6ab967660d584ef57bf0ed66fdfedffcbf168da5 (plain)
1
2
3
4
5
6
7
8
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <!-- Known to fail with libxml2 2.9.1 and below. -->
    <xsl:template match="/">
        <result>
            <xsl:value-of select="generate-id()=generate-id(key('none', $nonexistent))"/>
        </result>
    </xsl:template>
</xsl:stylesheet>