diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-07-24 19:55:33 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-07-24 19:55:33 +0000 |
| commit | 932675884332070229ee5ada2c163f5e218fdb72 (patch) | |
| tree | ed065f36062d8591a8dbdfb2083f6686c47a93ed /docs/tutorials/lxmlgraph/step04.rst | |
| parent | c4d7f0b657c8863f34f3c9ea0bccb96aa7763877 (diff) | |
| download | pyramid-932675884332070229ee5ada2c163f5e218fdb72.tar.gz pyramid-932675884332070229ee5ada2c163f5e218fdb72.tar.bz2 pyramid-932675884332070229ee5ada2c163f5e218fdb72.zip | |
Filename cleanups.
Diffstat (limited to 'docs/tutorials/lxmlgraph/step04.rst')
| -rw-r--r-- | docs/tutorials/lxmlgraph/step04.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/tutorials/lxmlgraph/step04.rst b/docs/tutorials/lxmlgraph/step04.rst index 8112610a2..966406319 100644 --- a/docs/tutorials/lxmlgraph/step04.rst +++ b/docs/tutorials/lxmlgraph/step04.rst @@ -1,5 +1,5 @@ ================================================ -Step 04: Hierarchical Rendering With XSLT +Step 4: Hierarchical Rendering With XSLT ================================================ Now that we have basic templating for our XML graph in place, let's @@ -23,7 +23,7 @@ Pre-Flight Cleanup In the last example, we had a default template that used ZPT. We're shifting the rest of the steps over to XSLT. Thus, our -``myapp/configure.zcml`` is now simpler: +``configure.zcml`` is now simpler: .. literalinclude:: step04/myapp/configure.zcml :linenos: @@ -76,8 +76,8 @@ That's the big picture. Each of these changes will be explained in detail below. -File ``myapp/samplemodel.xml`` -================================ +File ``samplemodel.xml`` +=================================== The XML document with the information for our website has quite a number of changes: |
