XML Document Model for Curl
The XML Document Model (XDM) is a library that provides enhanced functionality for
processing XML data in Curl: reading, creating, modifying and writing
XML documents. XML document contents are represented as a hierarchy
of Curl objects that can be accessed using methods and via
XPath expressions.
The Curl objects can be displayed, transformed into other Curl
representations, and used as a basis for data binding.
The downloadable package includes the source code that implements
the XML Document Model, as well as documentation that can be viewed
using the Curl IDE documentation viewer.
How to Download the XDM Library
The XDM library is available at no charge.
You can download and unpack the
zip file
in order to use the library in your Curl applications.
You can read the
README file
(also included in the zip file download)
to see the instructions for installing this library
on your development machine.