Télécharger la liste

Description du projet

htmlcxx is a simple non-validating CSS1 and HTML
parser for C++. The parsing politics attempt to
mimic the behavior of Mozilla Firefox, so you
should expect parse trees similar to those created
by Firefox. However, it does not insert
nonexistent stuff in your HTML. Therefore,
serializing the DOM tree gives exactly the same
output as the original HTML document. Another key
feature is an STL-like tree navigation API
provided by the tree.hh template library.

Système requise

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-05-16 08:01
0.85

Cette version corrige les erreurs du compilateur gcc 4.3 et plusieurs bugs mineurs. Il a une meilleure répartition de la bibliothèque CSS.
This release fixes gcc 4.3 compiler errors and several minor bugs. It has improved distribution of the CSS library.

2010-04-20 12:01
0.84

Problèmes de compilation avec MinGW ont été fixés. soutien pkg-config a été ajouté. D'autres petits problèmes ont été corrigés.
Compilation problems with mingw were fixed. pkg-config support was added. Other small issues were fixed.

2008-10-13 09:37
0.83

Correctifs de compilation pour GCC 4.3.
Tags: Minor bugfixes
Compilation fixes for gcc 4.3.

2007-08-12 09:14
0.82

Un petit bug a été faite pour gcc 4.
Tags: Minor bugfixes
A small bugfix was made for gcc 4.

2006-06-16 19:17
0.80

Il s'agit d'une version de maintenance. Il ajoute les fichiers manquants Visual Studio projet, ajoute un fichier de spécification pour la création de RPMs, et intègre quelques corrections de cours.
Tags: Minor bugfixes
This is a maintenance release. It adds missing visual studio project files, adds a spec file for creating RPMs, and incorporates some pending fixes.

Project Resources