From 3bb4cdcbd5c0a5ddb994d1f12f1f38066fc49cba Mon Sep 17 00:00:00 2001 From: Paul Everitt Date: Fri, 25 Jul 2008 14:28:23 +0000 Subject: Remove reference to view factory --- docs/tutorials/lxmlgraph/background.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/tutorials/lxmlgraph') diff --git a/docs/tutorials/lxmlgraph/background.rst b/docs/tutorials/lxmlgraph/background.rst index 3413e0a9d..e4fdc5034 100644 --- a/docs/tutorials/lxmlgraph/background.rst +++ b/docs/tutorials/lxmlgraph/background.rst @@ -100,9 +100,10 @@ investigations: #. **Multiple views**. Instead of just having a single default view on a node, I can allow other view names, all pointing at the same - factory and XSLT. I simple grab that name and pass it in as a - paramter to the XSLT, which will run a different rule for - rendering. + view function and XSLT. I simple grab that name and pass it in as + a paramter to the XSLT, which will run a different rule for + rendering. Adding a view would no longer required editing ZCML and + adding a function. #. **Forms**. To edit data in the model, I need to render a form, then handle post data on the way back in. For the former, it's -- cgit v1.2.3