blob: 83cfaa6a4602f01adbe485de16eedce73c88f59d [file] [log] [blame]
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template match="out">
<out><xsl:value-of select="."/> ...and goodby!</out>
</xsl:template>
</xsl:stylesheet>