summaryrefslogtreecommitdiff
path: root/docs/tutorials/lxmlgraph/step03/myapp/xsltview.xsl
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-07-25 00:39:59 +0000
committerChris McDonough <chrism@agendaless.com>2008-07-25 00:39:59 +0000
commitf7c48fe00eb624432f11142897e18dd78df9f642 (patch)
treeacdff927434f7a4dcd41dc509e17192e0ed8bb02 /docs/tutorials/lxmlgraph/step03/myapp/xsltview.xsl
parent3c40c67500a765909d07c80339a76ede245a1d09 (diff)
downloadpyramid-f7c48fe00eb624432f11142897e18dd78df9f642.tar.gz
pyramid-f7c48fe00eb624432f11142897e18dd78df9f642.tar.bz2
pyramid-f7c48fe00eb624432f11142897e18dd78df9f642.zip
Work on Step 3.
Diffstat (limited to 'docs/tutorials/lxmlgraph/step03/myapp/xsltview.xsl')
-rw-r--r--docs/tutorials/lxmlgraph/step03/myapp/xsltview.xsl12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/tutorials/lxmlgraph/step03/myapp/xsltview.xsl b/docs/tutorials/lxmlgraph/step03/myapp/xsltview.xsl
deleted file mode 100644
index 4d759b15b..000000000
--- a/docs/tutorials/lxmlgraph/step03/myapp/xsltview.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:template match="/document">
- <html>
- <head/>
- <body>
- <h1>My template is viewing item: <xsl:value-of select="@name"/></h1>
- <p>The node has a name of: <xsl:value-of select="name()"/>.</p>
- </body>
- </html>
- </xsl:template>
-</xsl:stylesheet>