diff options
author | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-09-04 10:46:24 +0000 |
---|---|---|
committer | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-09-04 10:46:24 +0000 |
commit | fc179e92698be48c42f5c4631c184231fbfbc92c (patch) | |
tree | fbaedae4034cbe6c188ad9d351fe30b38d84d1f4 /spss/handbook/clients/referencedData/XMLDocument.xsl | |
parent | 9e71760a80a7b2cc25ac4700a5d6b6c4d5582eb8 (diff) | |
download | moa-id-spss-fc179e92698be48c42f5c4631c184231fbfbc92c.tar.gz moa-id-spss-fc179e92698be48c42f5c4631c184231fbfbc92c.tar.bz2 moa-id-spss-fc179e92698be48c42f5c4631c184231fbfbc92c.zip |
re-arranged handbook project step2
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@981 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss/handbook/clients/referencedData/XMLDocument.xsl')
-rw-r--r-- | spss/handbook/clients/referencedData/XMLDocument.xsl | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/spss/handbook/clients/referencedData/XMLDocument.xsl b/spss/handbook/clients/referencedData/XMLDocument.xsl deleted file mode 100644 index 85755c2e6..000000000 --- a/spss/handbook/clients/referencedData/XMLDocument.xsl +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:doc="urn:document"> - <xsl:output encoding="UTF-8" method="xml" indent="yes"/> - <xsl:template match="/doc:XMLDocument"> - <html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>HTML-Dokument</title> - </head> - <body> - <xsl:for-each select="doc:Paragraph"> - <p> - <xsl:value-of select="child::text()"/> - </p> - </xsl:for-each> - </body> - </html> - </xsl:template> -</xsl:stylesheet> |