diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-07-25 00:42:21 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-07-25 00:42:21 +0000 |
| commit | bdf7f917abaa6931fc3e08be454c98c04cc26548 (patch) | |
| tree | 643589879b06adca60399ecb6b602b226740d312 /docs/tutorials | |
| parent | f7c48fe00eb624432f11142897e18dd78df9f642 (diff) | |
| download | pyramid-bdf7f917abaa6931fc3e08be454c98c04cc26548.tar.gz pyramid-bdf7f917abaa6931fc3e08be454c98c04cc26548.tar.bz2 pyramid-bdf7f917abaa6931fc3e08be454c98c04cc26548.zip | |
Remove prefixes.
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/lxmlgraph/step03.rst | 6 |
1 files changed, 3 insertions, 3 deletions
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: |
