11 lines
269 B
XML
11 lines
269 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<root attr="value">
|
|
<child>Text</child>
|
|
<!-- A comment -->
|
|
<child2>More Text</child2>
|
|
<child3>
|
|
<text>Some Text</text>
|
|
<text>More Text</text>
|
|
<text>Even More Text</text>
|
|
</child3>
|
|
</root> |