summaryrefslogtreecommitdiff
path: root/docs/tutorials/lxmlgraph/step04/myapp/samplemodel.xml
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-05-01 10:26:57 +0000
committerChris McDonough <chrism@agendaless.com>2009-05-01 10:26:57 +0000
commitba9b0e647bff1bf0c437ab204ddf11783ed698f8 (patch)
tree1952ebfdc40ae71a3bc54eb10a92a0fe1e8273ec /docs/tutorials/lxmlgraph/step04/myapp/samplemodel.xml
parentbc0698e1ac67106346d8c006bddcb38370f7c16b (diff)
downloadpyramid-ba9b0e647bff1bf0c437ab204ddf11783ed698f8.tar.gz
pyramid-ba9b0e647bff1bf0c437ab204ddf11783ed698f8.tar.bz2
pyramid-ba9b0e647bff1bf0c437ab204ddf11783ed698f8.zip
Merge "c-free" branch to trunk.
Diffstat (limited to 'docs/tutorials/lxmlgraph/step04/myapp/samplemodel.xml')
-rw-r--r--docs/tutorials/lxmlgraph/step04/myapp/samplemodel.xml44
1 files changed, 0 insertions, 44 deletions
diff --git a/docs/tutorials/lxmlgraph/step04/myapp/samplemodel.xml b/docs/tutorials/lxmlgraph/step04/myapp/samplemodel.xml
deleted file mode 100644
index 36ab335d2..000000000
--- a/docs/tutorials/lxmlgraph/step04/myapp/samplemodel.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
- <title>My XMLGRAPH Website</title>
- <document xml:id="index" name="index.html">
- <title>Site Home Page</title>
- <body>
- <div xmlns="http://www.w3.org/1999/xhtml">
- <p>Welcome to the site. We have lots to say.</p>
- <p>Or, <em>maybe</em> not.</p>
- </div>
- </body>
- </document>
- <folder xml:id="n1" name="folder1">
- <title>Folder One</title>
- <document xml:id="n11" name="doc1">
- <title>doc1 in folder1</title>
- <body>
- <div xmlns="http://www.w3.org/1999/xhtml">
- <p>I am in an HTML <code>div</code> so I can do <strong>LOTS</strong> of
- formatting.</p>
- </div>
- </body>
- </document>
- <document xml:id="n12" name="doc2">
- <title>doc2 in folder1</title>
- <body>
- <div xmlns="http://www.w3.org/1999/xhtml">
- <p>Keep this on one line.</p>
- </div>
- </body>
- </document>
- </folder>
- <folder xml:id="n2" name="folder2">
- <title>The Second Folder</title>
- <document xml:id="n21" name="doc1">
- <title>doc1 in folder2</title>
- <body>
- <div xmlns="http://www.w3.org/1999/xhtml">
- <p>This is a special folder. It's folder 2!</p>
- </div>
- </body>
- </document>
- </folder>
-</site>