You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
488 B
XML
22 lines
488 B
XML
<testRoot>
|
|
<simple>Here is some content that I'd like to be read over
|
|
many lines. And then some more text that could
|
|
be useful in the game.
|
|
<!-- test comment -->
|
|
Some more text
|
|
</simple>
|
|
|
|
<other x="5.3" y="5.4"/>
|
|
|
|
<parent name="arnold" age="5">
|
|
<child name="sarah" age="8">
|
|
<grandchild name="bob" age="1">
|
|
</grandchild>
|
|
<grandchild name="sam" age="2">
|
|
</grandchild>
|
|
</child>
|
|
<child name="henry" age="44">
|
|
</child>
|
|
</parent>
|
|
</testRoot>
|