Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 642fe97292c1be8b820d42842f3b9f45bc18854f (plain) (blame)
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<root>
   <name>This is the name</name>
   <description>This is the description</description>
   <elem attr="value">
      <elem attr="value2"/>
   </elem>
</root>

Back to the top