aboutsummaryrefslogtreecommitdiff
path: root/spss.test/resources/stylesheets/book.xsl
diff options
context:
space:
mode:
author(no author) <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d>2005-06-23 14:41:17 +0000
committer(no author) <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d>2005-06-23 14:41:17 +0000
commit50c635e7fb1e7a0580e2cdc0350286002342aa91 (patch)
tree1490aa952d4dfbf0b89682d7c91dda2adfb843ef /spss.test/resources/stylesheets/book.xsl
parent9223b717a46c7e1a7232ebbfb3242619b2aa2655 (diff)
downloadmoa-id-spss-tags/Build-SPSS_1_2_1.tar.gz
moa-id-spss-tags/Build-SPSS_1_2_1.tar.bz2
moa-id-spss-tags/Build-SPSS_1_2_1.zip
This commit was manufactured by cvs2svn to create tagtags/Build-SPSS_1_2_1
'Build-SPSS_1_2_1'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build-SPSS_1_2_1@361 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss.test/resources/stylesheets/book.xsl')
-rw-r--r--spss.test/resources/stylesheets/book.xsl12
1 files changed, 0 insertions, 12 deletions
diff --git a/spss.test/resources/stylesheets/book.xsl b/spss.test/resources/stylesheets/book.xsl
deleted file mode 100644
index e475b0d56..000000000
--- a/spss.test/resources/stylesheets/book.xsl
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
- <xsl:output method="html" indent="no"/>
- <xsl:template match="data:book" xmlns:data="http://uri.data.org">
- <HTML>
- <BODY>
- <H1>Buch: <xsl:value-of select="data:title"/>
- </H1>
- </BODY>
- </HTML>
- </xsl:template>
-</xsl:stylesheet>