blob: da7d313710989292c6e5ea72ec21a4bbbc351841 [file] [log] [blame]
<xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:param name="x" />
<xsl:template match='*[. = $x]' />
</xsl:stylesheet>