diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-07-07 14:47:48 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-07-07 14:47:48 +0000 |
commit | 813cabb5e67bab646a838890fa55363ad566ee11 (patch) | |
tree | 509fd37f0852e92b49b74f5b0e24b0faa69a758e /docs/samples/tree.xml | |
parent | aac7a252bfcecc30edf374dc51ca54c8be7a9159 (diff) |
docs: Added traverse samples, minor manual fixes, 'getting' section is almost finished
git-svn-id: http://pugixml.googlecode.com/svn/trunk@567 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs/samples/tree.xml')
-rw-r--r-- | docs/samples/tree.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/samples/tree.xml b/docs/samples/tree.xml index dbe3301..81b6f4f 100644 --- a/docs/samples/tree.xml +++ b/docs/samples/tree.xml @@ -2,7 +2,7 @@ <mesh name="mesh_root">
<!-- here is a mesh node -->
some text
- <![CDATA[[someothertext]]>
+ <![CDATA[someothertext]]>
some more text
<node attr1="value1" attr2="value2" />
<node attr1="value2">
|