XHTML document generator
HTMaker is a small library that can be used to create dynamic server-side well-formatted XHTML 1.0 compliant documents.
Project outline
Development trunk at: svn://falconpl.org/falcon/modules/htmaker
Detailed description
HTMaker is ideal to build web frameworks or good servers side applications. It's relatively small and fast. Even if it has a DOM-oriented approach, creating a tree of instances representing the document nodes, the weight of the nodes is relatively small, and the tree creation process is very compact.
A set of (functional oriented) grammar sugar methods help to create whole trees or document sub-trees in a single call.
This module is completely written in Falcon.