Mercurial > minori
comparison dep/pugixml/docs/samples/tree.xml @ 367:8d45d892be88 default tip
*: instead of pugixml, use Qt XML features
this means we have one extra Qt dependency though...
author | Paper <paper@tflc.us> |
---|---|
date | Sun, 17 Nov 2024 22:55:47 -0500 |
parents | 886f66775f31 |
children |
comparison
equal
deleted
inserted
replaced
366:886f66775f31 | 367:8d45d892be88 |
---|---|
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?> |