blob: a2cc7344ff087c0accb1c8340e301272231a1373 (
plain)
1
2
3
4
5
6
|
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template match="/">
<xsl:element xmlns="http://bar.xml" name="test"/>
</xsl:template>
</xsl:stylesheet>
|