Download List

Project Description

libhtml is a minimal C library for parsing, serializing, and manipulating HTML-4.01-strict and XHTML-1.0-strict documents. You may enjoy this library if you're interested in tight correctness of input and output data.

System Requirements

System requirement is not defined
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.

2011-07-13 05:58
0.3.3

This is a bugfix release of the function hnode_dechildpart logic.

2011-07-05 21:29
0.3.2

The commonly-used "struct iofd" was pushed into the library, along with the respective iofd_close, iofd_getchar, iofd_open, and iofd_rew functions. The iostdout_putchar and iostdout_puts convenience functions were also added for outputting to stdout.

2010-06-24 23:33
0.3.0

Hcache functionality was added, which deprecates the htmlc utility. Hcaches are extremely useful, allowing, for example, consolidating pages in multiple languages or different styles under uniform numeric identifiers.

Project Resources