//! # A wrapper for libxml2
//! This library provides an interface to a subset of the libxml API.
//! The idea is to extend it whenever more functionality is needed.
//! Providing a more or less complete wrapper would be too much work.
extern crate libc;
/// Bindings to the C interface
/// Global memory management
/// Manipulations on the DOM representation
/// XML and HTML parsing
/// XPath module for global lookup in the DOM