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='EUC-KR'?>
<root attr="value" attr2="hey">
  <self-closing/>
  Text
  <b>Hello World!</b>
  <items  xmlns="def ns" id="items" xmlns:ns="a namespace">
    <ns:item >�ѱ���</ns:item>
    <ns:item ns:attr="val">������</ns:item>
    <item></item>
  </items>
</root>