<?xml version="1.0" encoding="ISO-8859-1" ?>
<package version="1.0">
  <name>HTML_Common</name>
  <summary>PEAR::HTML_Common is a base class for other HTML classes.</summary>
  <description>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.</description>
  <maintainers>
    <maintainer>
      <user>adaniel</user>
      <name>Adam Daniel</name>
      <email>adaniel1@eesus.jnj.com</email>
      <role>lead</role>
    </maintainer>
    <maintainer>
      <user>mansion</user>
      <name>Bertrand Mansion</name>
      <email>bmansion@mamasam.com</email>
      <role>lead</role>
    </maintainer>
  </maintainers>
  <release>
    <version>1.2.1</version>
    <date>2003-06-19</date>
    <license>PHP License</license>
    <state>stable</state>
    <notes>* Method getAttributes() can now return the attributes in a string (Alexey Borzov)</notes>
    <provides type="class" name="HTML_Common" />
    <provides type="function" name="HTML_Common::apiVersion" />
    <provides type="function" name="HTML_Common::getAttribute" />
    <provides type="function" name="HTML_Common::setAttributes" />
    <provides type="function" name="HTML_Common::getAttributes" />
    <provides type="function" name="HTML_Common::updateAttributes" />
    <provides type="function" name="HTML_Common::removeAttribute" />
    <provides type="function" name="HTML_Common::setLineEnd" />
    <provides type="function" name="HTML_Common::setTabOffset" />
    <provides type="function" name="HTML_Common::getTabOffset" />
    <provides type="function" name="HTML_Common::setTab" />
    <provides type="function" name="HTML_Common::setComment" />
    <provides type="function" name="HTML_Common::getComment" />
    <provides type="function" name="HTML_Common::toHtml" />
    <provides type="function" name="HTML_Common::display" />
    <filelist>
      <file role="php" baseinstalldir="HTML" md5sum="ba7cc89be8a2bf4d69fec74c09e2b65c" name="Common.php"/>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>1.2</version>
      <date>2003-05-20</date>
      <state>stable</state>
      <notes>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
    
</notes>
    </release>
    <release>
      <version>1.1</version>
      <date>2003-04-15</date>
      <state>stable</state>
      <notes>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)
    
</notes>
    </release>
    <release>
      <version>1.0</version>
      <date>2002-05-28</date>
      <state>stable</state>
      <notes>First release.
    
</notes>
    </release>
  </changelog>
</package>
