libzeep

PrevUpHomeNext

Chapter 1. XML

Table of Contents

Introduction
The DOM API
Input and output
Serialization
XPath 1.0

The core of this library is a validating XML parser with DTD processing and all. On top of this are implemented an API for manipulating XML data in a DOM like fashion and a serialization API. As a bonus there's also an XPath implementation, albeit this is limited to XPath 1.0.


PrevUpHomeNext