summaryrefslogtreecommitdiff
path: root/pcr/hiawatha/cdcatalog.xslt
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/hiawatha/cdcatalog.xslt')
-rw-r--r--pcr/hiawatha/cdcatalog.xslt24
1 files changed, 0 insertions, 24 deletions
diff --git a/pcr/hiawatha/cdcatalog.xslt b/pcr/hiawatha/cdcatalog.xslt
deleted file mode 100644
index db9cc35bc..000000000
--- a/pcr/hiawatha/cdcatalog.xslt
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!-- Edited with XML Spy v4.2 -->
-<xsl:stylesheet version="1.0"
-xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-<xsl:template match="/">
- <html>
- <body>
- <h2>My CD Collection</h2>
- <table border="1">
- <tr bgcolor="#9acd32">
- <th align="left">Title</th>
- <th align="left">Artist</th>
- </tr>
- <xsl:for-each select="catalog/cd">
- <tr>
- <td><xsl:value-of select="title"/></td>
- <td><xsl:value-of select="artist"/></td>
- </tr>
- </xsl:for-each>
- </table>
- </body>
- </html>
-</xsl:template>
-</xsl:stylesheet> \ No newline at end of file