7f69c18fcd82e7ddeb9bf69725f31ace7fb47c82
[platform/upstream/libxslt.git] / tests / extensions / module.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/"
4                 xmlns:test="http://xmlsoft.org/XSLT/"
5                 xsl: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:test/>
10 <xsl:value-of select="libxslt:test('SUCCESS')"/>
11 </xsl:template>
12 </xsl:stylesheet>