impl step6
[jackhill/mal.git] / xslt / test.xslt
index 6c060d4..65b331c 100644 (file)
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
     <xsl:template match="/">
-      <xsl:for-each select="tokens/token[last()]">
-        <xsl:copy-of select="."></xsl:copy-of>
-      </xsl:for-each>
+        <xsl:value-of select="env/@data" />
     </xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>