comparison dep/pugixml/docs/samples/tree.xml @ 57:3c802806b74a

*: merge
author Paper <mrpapersonic@gmail.com>
date Thu, 28 Sep 2023 13:09:11 -0400
parents d10b6c6b432e
children
comparison
equal deleted inserted replaced
56:6ff7aabeb9d7 57:3c802806b74a
1 <?xml version="1.0"?>
2 <mesh name="mesh_root">
3 <!-- here is a mesh node -->
4 some text
5 <![CDATA[someothertext]]>
6 some more text
7 <node attr1="value1" attr2="value2" />
8 <node attr1="value2">
9 <innernode/>
10 </node>
11 </mesh>
12 <?include somedata?>