Downloadliste

Projektbeschreibung

ezXML is a C library for parsing XML documents
inspired by simpleXML for PHP. As the name
implies, it's easy to use. It's ideal for parsing
XML configuration files or REST Web service
responses. It's also fast and lightweight (less than 20k
compiled).

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-06-08 07:03 Zurück zur Release-Liste
0.8.6

Ein Fehler wurde behoben ezxml_add_child (), die beim Hinzufügen von Tags auftreten könnten, nicht in Ordnung. Aus Gründen der Einheitlichkeit ezxml_set_attr () ist nun mit dem Tag gegeben. ezxml_move () hinzugefügt wurde, zusammen mit ihren unterstützenden Funktionen ezxml_cut ezxml_insert () und (). Ein Fehler wurde behoben, bei dem Parsen eine leere Datei könnte ein segfault verursachen.
Tags: Minor feature enhancements
A bug was fixed in ezxml_add_child() that could
occur when adding tags out of order. For
consistency, ezxml_set_attr() now returns the tag
given. ezxml_move() was added, along with its
supporting functions ezxml_cut() and
ezxml_insert(). A bug was fixed where parsing an
empty file could cause a segfault.

Project Resources