Newer
Older
libxmljs-extra / test / dataset / xml / correct-namespace.xml
@dreptin dreptin on 28 Apr 2021 203 bytes Initial commit
<?xml version="1.0" encoding="UTF-8"?>
<root xmlns="http://www.my-namespace.org/">
  <child>
    <grandchild>Hello</grandchild>
  </child>
  <child>
    <grandchild>World</grandchild>
  </child>
</root>