2011-03-13 20:36:14 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
|
|
<xsl:template match="/">
|
2020-03-30 04:21:52 +13:00
|
|
|
<xsl:text>Hello World</xsl:text>
|
2011-03-13 20:36:14 +01:00
|
|
|
</xsl:template>
|
|
|
|
</xsl:stylesheet>
|