XHTML hyphenator is an hyphenation program for XHTML documents.
As an example for real-world usage of libhyphenate, I proudly present you the XHTML hyphenator. By scrutinizing the xml:lang tag present in XML documents, it hyphenates all non-header text nodes of an XHTML document with standard UTF-8 soft hyphens, which are used by all standard browsers except Mozilla Firefox as hyphenation hints. Firefox ignores them completely, so no harm is done.
Requirements:
· libxml2
· libhyphenate
What's New in This Release:
· Adiel Mittmann submitted a patch fixing the handling of DTD-enhanced XML files and the missing call to xmlFreeDoc().
Product's homepage