Valid Markup Support forum validmarkup Convert the HTML output to XHTML using Tidy This is a very simple class that can convert the HTML output of a page to XHTML using the Tidy extension. It starts output buffering using the ob_tidyhandler function as filter to make it regenerate the current script ...
BowML Support forum bowml Parse and create HTML or other markup documents BowML Parser is a miniature PHP framework that lets you parse any type of markup language, such as: XML, HTML, WML, etc.. It turns each element, string node, and attribute into its own object within your program. It can be ...
HTML Editor Support forum html_editor Compose and output HTML documents This class is meant to dynamically compose and output HTML documents. It provides functions to add many different types of the HTML elements to the document that is being composed. Using with PEAR::HTML_Table and PEAR::HTML ...
... tags or attributes based on white lists or blacklists - optimize code (merge inline tags, strip empty inline tags, trim excess new lines) - Use the HTML tidy extension to clean the document and format the output as XHTML and drop proprietary attributes from Microsoft Word HTML documents - Drop empty ...