Files
vulkan-registry/tests/test_node/xml-test-1.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>