blob: 98fa6c9f285baddfa822da0063f7ea3e59dc37bd (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0" encoding="ISO-8859-1" ?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
a not allowed top level element
<xsl:template match="/">
</xsl:template>
</xsl:stylesheet>
|