summaryrefslogtreecommitdiff
path: root/mocca-1.2.11/bkucommon/src/test/resources/at/gv/egiz/bku/binding/stylesheet.xslt
diff options
context:
space:
mode:
Diffstat (limited to 'mocca-1.2.11/bkucommon/src/test/resources/at/gv/egiz/bku/binding/stylesheet.xslt')
-rw-r--r--mocca-1.2.11/bkucommon/src/test/resources/at/gv/egiz/bku/binding/stylesheet.xslt16
1 files changed, 0 insertions, 16 deletions
diff --git a/mocca-1.2.11/bkucommon/src/test/resources/at/gv/egiz/bku/binding/stylesheet.xslt b/mocca-1.2.11/bkucommon/src/test/resources/at/gv/egiz/bku/binding/stylesheet.xslt
deleted file mode 100644
index bc1abc19..00000000
--- a/mocca-1.2.11/bkucommon/src/test/resources/at/gv/egiz/bku/binding/stylesheet.xslt
+++ /dev/null
@@ -1,16 +0,0 @@
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:sl12="http://www.buergerkarte.at/namespaces/securitylayer/1.2#">
- <xsl:output media-type="text/html"/>
- <xsl:template match="/">
- <html>
- <body>
- <xsl:apply-templates/>
- </body>
- </html>
- </xsl:template>
- <xsl:template match="ok">
- Alles Roger
- </xsl:template>
- <xsl:template match="/sl12:NullOperationResponse">
- NullKommaJosef
- </xsl:template>
-</xsl:stylesheet> \ No newline at end of file