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
Root:
  - Element:
      name: el
  - Text: "Text"
  - Comment: " Comment "
  - DocType: "doctype"
  - CData: "<tag>text</tag>"
  - PI: "xml-stylesheet type="text/xsl""