Artifact e96e4c1f0cd3467141815c97fe917333b09e8de9:

  • File tests/data/xslt_1.xsl — part of check-in [8ba496bb01] at 2002-03-03 01:02:40 on branch trunk — tcltest test suite started. The expat related tests are mostly out of an older tclexpat test suite by Steve Ball (reviewed, bug fixed and adapted to tDOMs SAX interface). Plus a few tDOM specific tests. (user: rolf size: 274)

<?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet 
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  version="1.0">
  <xsl:variable name="äöüß" select="'foo'"/>
  <xsl:template match="/">
      <xsl:value-of select="$äöüß"/>
  </xsl:template>
</xsl:stylesheet>