Began refactoring renderer to use InternalNodeType and LeafNodeType.
Added more entities for HTML4
SGML renderer is now reliant on doctype; added several tags to WFPL parser, including CodeListing, PreFormatted, and list.
Added more documentation
Began working on XML parser for WFPL documents
Somehow InternalNode did not extend Node; added constructors to container objects, JERRI is used now and is used to help deduce the type for attribute transformers.
Added BasicHTML example; added BlockContentNode and InlineContentNode interfaces along with some more nodes.
Fixed some issues highlighted in first-time test of code, including improper loading of ENT files.
Began working on SGML rendering; added assets directory for common assets.
Began work on Java bindings.
Initial import