summaryrefslogtreecommitdiff
path: root/docs/samples/tree.xml
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-04-08 21:44:16 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-04-08 21:44:16 -0700
commit65e90b2d7a86383243e380b2658fad26dce370f0 (patch)
tree95f418c94216831b595a98f2e56768a6bdcbdab9 /docs/samples/tree.xml
parent084ecd454a06d6da0304d0b7ccde8e8917b1ea26 (diff)
docs: Add docs folder from master
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..b33267a
--- /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?>