aboutsummaryrefslogtreecommitdiff
path: root/spss.slinterface/test/moa-wartung-la17/stylesheet.xsl
diff options
context:
space:
mode:
authorgregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-01-17 16:37:00 +0000
committergregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-01-17 16:37:00 +0000
commit5395e958dd7d0cb0a150fb08e4f8153ce7e8e793 (patch)
treef91e73fc4448164d4baecb507c6b00a052800e1d /spss.slinterface/test/moa-wartung-la17/stylesheet.xsl
parent32e1a7ef05521924a69cc82a46e3fe84ab85da91 (diff)
downloadmoa-id-spss-5395e958dd7d0cb0a150fb08e4f8153ce7e8e793.tar.gz
moa-id-spss-5395e958dd7d0cb0a150fb08e4f8153ce7e8e793.tar.bz2
moa-id-spss-5395e958dd7d0cb0a150fb08e4f8153ce7e8e793.zip
MOA-Wartung/Leistungsaufruf 17
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@786 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss.slinterface/test/moa-wartung-la17/stylesheet.xsl')
-rw-r--r--spss.slinterface/test/moa-wartung-la17/stylesheet.xsl17
1 files changed, 17 insertions, 0 deletions
diff --git a/spss.slinterface/test/moa-wartung-la17/stylesheet.xsl b/spss.slinterface/test/moa-wartung-la17/stylesheet.xsl
new file mode 100644
index 000000000..2adcf2a45
--- /dev/null
+++ b/spss.slinterface/test/moa-wartung-la17/stylesheet.xsl
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:er="http://www.bka.gv.at" xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:output encoding="UTF-8" method="xml" indent="yes"/>
+ <xsl:template match="/">
+ <html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>HTML-Dokument</title>
+ </head>
+ <body>
+ <xsl:apply-templates/>
+ </body>
+ </html>
+ </xsl:template>
+ <xsl:template match="er:erechtdok">
+ <p><xsl:value-of select="."/></p>
+ </xsl:template>
+</xsl:stylesheet> \ No newline at end of file