<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<html>
<body>
<h1>
<xsl:value-of select="GREETING"/>
</h1>
</body>
</html>
</xsl:template>
</xsl:stylesheet>
View in Browser