aboutsummaryrefslogtreecommitdiff
path: root/spss.slinterface/res/resources/test.xsl
diff options
context:
space:
mode:
authorgregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d>2006-06-26 15:03:45 +0000
committergregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d>2006-06-26 15:03:45 +0000
commitfd2afe1d02a4e7a906f1ce441fe3ad20d7302ab9 (patch)
tree1c1d74c75709d31af77611097bd8d3fbf0cb6bd7 /spss.slinterface/res/resources/test.xsl
parent3e5304a0062ba4c4a3dcec0212dfba09d939294b (diff)
downloadmoa-id-spss-fd2afe1d02a4e7a906f1ce441fe3ad20d7302ab9.tar.gz
moa-id-spss-fd2afe1d02a4e7a906f1ce441fe3ad20d7302ab9.tar.bz2
moa-id-spss-fd2afe1d02a4e7a906f1ce441fe3ad20d7302ab9.zip
Verschoben nach res/resources/test
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@720 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss.slinterface/res/resources/test.xsl')
-rw-r--r--spss.slinterface/res/resources/test.xsl14
1 files changed, 0 insertions, 14 deletions
diff --git a/spss.slinterface/res/resources/test.xsl b/spss.slinterface/res/resources/test.xsl
deleted file mode 100644
index 6bb618072..000000000
--- a/spss.slinterface/res/resources/test.xsl
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xmlspysamplexml e:\cio\projekte\basismodule\slinterface\res\resources\test.xml?>
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="no"/>
- <xsl:template match="/">
- <xsl:call-template name="test">
- <xsl:with-param name="param1">hugo</xsl:with-param>
- </xsl:call-template>
- </xsl:template>
- <xsl:template name="test">
- <xsl:param name="param1">ursl</xsl:param>
- <Ergebnis attri="{$param1}"></Ergebnis>
- </xsl:template>
-</xsl:stylesheet>