Crate libxml

source ·
Expand description

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.

Modules

  • Bindings to the C interface
  • XML Global Error Structures and Handling
  • XML and HTML parsing The parser functionality
  • Read-only parallel primitives
  • Schema Validation
  • Manipulations on the DOM representation The tree functionality
  • XPath module for global lookup in the DOM The XPath functionality