Mercurial > minori
comparison dep/pugixml/docs/samples/tree.xml @ 55:d10b6c6b432e
add xml lib, we will need to use it eventually
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 26 Sep 2023 12:37:08 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
54:466ac9870df9 | 55:d10b6c6b432e |
---|---|
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?> |