diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-07-25 16:18:21 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-07-25 16:18:21 +0000 |
| commit | f6dd1a0b498be0de3e33b4a9663a601e4925d210 (patch) | |
| tree | 439e6331c65c5662578a3926fac4c9b529c32181 /docs/tutorials/lxmlgraph/step02 | |
| parent | 992ef769cbbcb7a47b53d299e551b70d80e993b9 (diff) | |
| download | pyramid-f6dd1a0b498be0de3e33b4a9663a601e4925d210.tar.gz pyramid-f6dd1a0b498be0de3e33b4a9663a601e4925d210.tar.bz2 pyramid-f6dd1a0b498be0de3e33b4a9663a601e4925d210.zip | |
Tweaks via interactive testing.
Diffstat (limited to 'docs/tutorials/lxmlgraph/step02')
| -rw-r--r-- | docs/tutorials/lxmlgraph/step02/myapp/samplemodel.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/lxmlgraph/step02/myapp/samplemodel.xml b/docs/tutorials/lxmlgraph/step02/myapp/samplemodel.xml index 83678e5e9..bbe474c63 100644 --- a/docs/tutorials/lxmlgraph/step02/myapp/samplemodel.xml +++ b/docs/tutorials/lxmlgraph/step02/myapp/samplemodel.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<site> +<site name="site"> <document name="a"/> <document name="b"/> </site> |
