summaryrefslogtreecommitdiff
path: root/tests/fuzz/seed/xslt/param
blob: f35c92a2066b1b30873a220fd6d34200c08cf63a (plain)
1
2
3
4
5
6
7
8
<x:stylesheet xmlns:x="http://www.w3.org/1999/XSL/Transform" xmlns:a="a" xmlns:b="b" version="1.0">
<x:template match="*">
<x:call-template name="n"><x:with-param name="p" select="."/></x:call-template>
</x:template>
<x:template name="n">
<x:param name="p"/><x:value-of select="$p"/>
</x:template>
</x:stylesheet>