xml-doc 0.2.0

Read, modify and write xml in tree-like structure. Supports UTF-16.
Documentation
1
2
3
4
5
6
7
8
9
10
11
��<?xml version='1.0' encoding='UTF-16'?>
<root attr="value" attr2="hey">
  <self-closing/>
  Text
  <b>Hello World!</b>
  <items  xmlns="def ns" id="items" xmlns:ns="a namespace">
    <ns:item >\�m���</ns:item>
    <ns:item ns:attr="val">�e,g��</ns:item>
    <item></item>
  </items>
</root>