libxml 0.3.8

A Rust wrapper for libxml2 - the XML C parser and toolkit developed for the Gnome project
Documentation
1
2
3
4
5
6
��<?xml version="1.0" encoding="UTF-16LE"?>
<root>
    <child attribute="value">some text</child>
    <child attribute="empty">more text</child>
</root>