summaryrefslogtreecommitdiff
path: root/tests/general/bug-10-.xsl
blob: 300580f10e49175cdb21dd63e6f22d2b0b868e9b (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version= "1.0"?>
                            
<xsl:stylesheet version="1.0" 
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  
<xsl:template match="/">
<xsl:text><![CDATA[Success]]></xsl:text>
</xsl:template>
  
</xsl:stylesheet>