blob: ee19011fa108d23052af3796791c336c99d22fa7 [file] [log] [blame]
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:foo="foo" >
<xsl:template match="foo:bar">
<out><xsl:apply-templates /></out>
</xsl:template>
</xsl:stylesheet>