<?xml version="1.0" encoding="UTF-8"?> | |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" encoding="UTF-8" version="1.0"> | |
<xsl:output method="html" encoding="UTF-8"/> | |
<xsl:template match="/"> | |
<xsl:value-of select="." /> | |
</xsl:template> | |
</xsl:stylesheet> |