summaryrefslogtreecommitdiff
path: root/docs/samples/tree.xml
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-06-27 11:58:04 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-06-27 11:58:04 +0000
commitf70545253701a4b9e820bc638effa31f7941dd0c (patch)
treeda02daa6a876239c7b38713e7f18640ba7423bd9 /docs/samples/tree.xml
parentc7a8f498a721a81588d24723b9224428a6b91b12 (diff)
docs: Extracted Installation section, minor fixes/clarifications, added loading intro and load_file documentation
git-svn-id: http://pugixml.googlecode.com/svn/trunk@541 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs/samples/tree.xml')
-rw-r--r--docs/samples/tree.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/samples/tree.xml b/docs/samples/tree.xml
new file mode 100644
index 0000000..dbe3301
--- /dev/null
+++ b/docs/samples/tree.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<mesh name="mesh_root">
+ <!-- here is a mesh node -->
+ some text
+ <![CDATA[[someothertext]]>
+ some more text
+ <node attr1="value1" attr2="value2" />
+ <node attr1="value2">
+ <innernode/>
+ </node>
+</mesh>
+<?include somedata?>