diff options
author | knut <> | 2006-05-12 06:11:39 +0000 |
---|---|---|
committer | knut <> | 2006-05-12 06:11:39 +0000 |
commit | d84327e69e858d369ea0c78f6106cfaa54994032 (patch) | |
tree | efbbad450762b8d26bcae2a72b544ac4f6e027ad /tests/unit/Web/UI/WebControls/data/hello.xsl | |
parent | 3257465eec899be0c090cf2ef54fdb3a58ab82f2 (diff) |
Added unit tests for TXmlTransform control #99
Diffstat (limited to 'tests/unit/Web/UI/WebControls/data/hello.xsl')
-rw-r--r-- | tests/unit/Web/UI/WebControls/data/hello.xsl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unit/Web/UI/WebControls/data/hello.xsl b/tests/unit/Web/UI/WebControls/data/hello.xsl new file mode 100644 index 00000000..f0664464 --- /dev/null +++ b/tests/unit/Web/UI/WebControls/data/hello.xsl @@ -0,0 +1,5 @@ +<?xml version="1.0"?> +<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> +<xsl:output method="xml" omit-xml-declaration="yes"/> +<xsl:template match="/"><b><xsl:value-of select="greeting"/></b></xsl:template> +</xsl:transform> |