From f7c48fe00eb624432f11142897e18dd78df9f642 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 25 Jul 2008 00:39:59 +0000 Subject: Work on Step 3. --- docs/tutorials/lxmlgraph/step03/myapp/templates/default.pt | 8 ++++++++ docs/tutorials/lxmlgraph/step03/myapp/templates/xsltview.xsl | 12 ++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 docs/tutorials/lxmlgraph/step03/myapp/templates/default.pt create mode 100644 docs/tutorials/lxmlgraph/step03/myapp/templates/xsltview.xsl (limited to 'docs/tutorials/lxmlgraph/step03/myapp/templates') diff --git a/docs/tutorials/lxmlgraph/step03/myapp/templates/default.pt b/docs/tutorials/lxmlgraph/step03/myapp/templates/default.pt new file mode 100644 index 000000000..3cc98ef92 --- /dev/null +++ b/docs/tutorials/lxmlgraph/step03/myapp/templates/default.pt @@ -0,0 +1,8 @@ + + + +

My template is viewing item: ${name}

+

The node has a tag name of: ${node.tag}.

+ + diff --git a/docs/tutorials/lxmlgraph/step03/myapp/templates/xsltview.xsl b/docs/tutorials/lxmlgraph/step03/myapp/templates/xsltview.xsl new file mode 100644 index 000000000..4d759b15b --- /dev/null +++ b/docs/tutorials/lxmlgraph/step03/myapp/templates/xsltview.xsl @@ -0,0 +1,12 @@ + + + + + + +

My template is viewing item:

+

The node has a name of: .

+ + +
+
-- cgit v1.2.3