From bdf7f917abaa6931fc3e08be454c98c04cc26548 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 25 Jul 2008 00:42:21 +0000 Subject: Remove prefixes. --- docs/tutorials/lxmlgraph/step03.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/tutorials/lxmlgraph/step03.rst b/docs/tutorials/lxmlgraph/step03.rst index af9766ff0..f99e00c58 100644 --- a/docs/tutorials/lxmlgraph/step03.rst +++ b/docs/tutorials/lxmlgraph/step03.rst @@ -106,7 +106,7 @@ XSLT Templates So that's the ZPT way of rendering HTML for an XML document. We can additonally use XSLT to do templating. How might XSLT look? -File ``configure.zcml`` +``configure.zcml`` ---------------------------------- Make your ``configure.zcml`` look like so: @@ -126,7 +126,7 @@ view. The difference is only in the function that is pointed to by the ``view=`` attribute. The view itself controls which templating language is in use. -Module ``views.py`` +``views.py`` -------------------------------- The ZCML says that our XSLT view (``xsltview.html`` on the URL) comes @@ -150,7 +150,7 @@ to your ``views.py`` file: document that corresponds to the current hop in the URL. -File ``xsltview.xsl`` +``xsltview.xsl`` -------------------------------- How different does the XSLT itself look? At this stage, not too different: -- cgit v1.2.3