HTML_Common PEAR::HTML_Common is a base class for other HTML classes. The PEAR::HTML_Common package provides methods for html code display and attributes handling. * Methods to set, remove, update html attributes. * Handles comments in HTML code. * Handles layout, tabs, line endings for nicer HTML code. adaniel Adam Daniel adaniel1@eesus.jnj.com lead mansion Bertrand Mansion bmansion@mamasam.com lead 1.2.1 2003-06-19 PHP License stable * Method getAttributes() can now return the attributes in a string (Alexey Borzov) 1.2 2003-05-20 stable Applied patch by Klaus Guenther: * setTab(): Allows the indent string (default: \t) to be set * setLineEnd(): Allows the line end string (default: \n) to be set * Allows the indent and line ending settings to be propagated to content objects 1.1 2003-04-15 stable This new release optimizes HTML_Common's way to deal with attributes. * Fix a bug in _parseAttributes when a string was passed to it (Alexey Borzov) * Only key-value associative arrays are now used, XHTML compliant (Alexey Borzov) * Fix a bug related to getAttribute case sensitivity detected by Ian Harder #22628 (Alexey Borzov) 1.0 2002-05-28 stable First release.