Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0c3359d5db67d771bf1074a08172b46bf09905a9 (plain) (blame)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding=""?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    version="1.0"
    xmlns:xalan="http://xml.apache.org/xslt">
<xsl:variable name="badEncoding">
Australië
</xsl:variable>
</xsl:stylesheet>

Back to the top