main: initial library code
This commit is contained in:
11
tests/test_node/xml-test-1.xml
Normal file
11
tests/test_node/xml-test-1.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user