Newer
Older
libxmljs-extra / test / dataset / xml / correct.xml
@dreptin dreptin on 28 Apr 2021 166 bytes Initial commit
<?xml version="1.0" encoding="UTF-8"?>
<root>
  <child>
    <grandchild>Hello</grandchild>
  </child>
  <child>
    <grandchild>World</grandchild>
  </child>
</root>