Fixed regression tests wrt usage of the attributes
[platform/upstream/libxslt.git] / tests / plugins / plugin.xsl
1 <?xml version='1.0'?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3   xmlns:libxslt="http://xmlsoft.org/xslt/testplugin"
4   xmlns:test="http://xmlsoft.org/xslt/testplugin"
5   extension-element-prefixes="libxslt test"
6   version='1.0'>
7 <!-- the prefix is registered twice to check single initialization -->
8 <xsl:template match="/">
9 <libxslt:testplugin/>
10 <xsl:value-of select="libxslt:testplugin('SUCCESS')"/>
11 </xsl:template>
12 </xsl:stylesheet>