<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/XML_HTMLSax/download/2.1.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/XML_HTMLSax/download/2.1.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/XML_HTMLSax/download/2.1.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/XML_HTMLSax/download/2.0.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/XML_HTMLSax/download/2.0.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/XML_HTMLSax/download/1.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/XML_HTMLSax/download/1.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/XML_HTMLSax/download/0.9.0rc2/"/>
</rdf:Seq>
</items>

<title>Latest releases of xml_htmlsax</title>
<description>The latest releases for the package xml_htmlsax</description>
</channel>

<item rdf:about="http://pear.php.net/package/XML_HTMLSax/download/2.1.2/">
 <title>XML_HTMLSax 2.1.2</title>
 <link>http://pear.php.net/package/XML_HTMLSax/download/2.1.2/</link>
 <content:encoded>* Bug fixed (thanks Jeff) where badly formed attributes resulted in infinite loop&lt;br /&gt;
* Added additional boolean argument to open and close handler calls to spot empty tags like br/ - should not break exising APIs&lt;br /&gt;
* Added XML_OPTION_FULL_ESCAPES which (when = 1) passes through the complete content in an XML escape, allowing comment / cdata reconstruction
 </content:encoded>
 <dc:date>2003-12-04T18:58:01-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/XML_HTMLSax/download/2.1.1/">
 <title>XML_HTMLSax 2.1.1</title>
 <link>http://pear.php.net/package/XML_HTMLSax/download/2.1.1/</link>
 <content:encoded>* Reporting of byte index with get_current_position() more accurate on opening tags (thanks to Alexander Orlov at x-code.com)&lt;br /&gt;
* All parser options now available to PHP versions lt 4.3.x, using implementation of html_entity_decode in PHP
 </content:encoded>
 <dc:date>2003-10-08T10:17:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/XML_HTMLSax/download/2.1.0/">
 <title>XML_HTMLSax 2.1.0</title>
 <link>http://pear.php.net/package/XML_HTMLSax/download/2.1.0/</link>
 <content:encoded>* Well (unit) tested with SimpleTest
 </content:encoded>
 <dc:date>2003-09-10T06:47:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/XML_HTMLSax/download/2.0.2/">
 <title>XML_HTMLSax 2.0.2</title>
 <link>http://pear.php.net/package/XML_HTMLSax/download/2.0.2/</link>
 <content:encoded>* Removed accidental call time pass reference
 </content:encoded>
 <dc:date>2003-08-18T13:10:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/XML_HTMLSax/download/2.0.1/">
 <title>XML_HTMLSax 2.0.1</title>
 <link>http://pear.php.net/package/XML_HTMLSax/download/2.0.1/</link>
 <content:encoded>* API is backwards compatible apart from the renaming of parser options&lt;br /&gt;
* Performance dramatically increased. Not much slower than Expat&lt;br /&gt;
* Better handling of XML comments and CDATA&lt;br /&gt;
* Option to trigger additional data handler calls for linefeeds and tabs&lt;br /&gt;
* Option to trigger additional data handler calls for XML entities and parse them if required.&lt;br /&gt;
* Added public get_current_position() and get_length() methods
 </content:encoded>
 <dc:date>2003-08-11T14:33:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/XML_HTMLSax/download/1.1/">
 <title>XML_HTMLSax 1.1</title>
 <link>http://pear.php.net/package/XML_HTMLSax/download/1.1/</link>
 <content:encoded>* Bug fixes to Attribute_Parser to cope with newline, tag, forward slash and whitespace issues.
 </content:encoded>
 <dc:date>2003-06-26T16:33:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/XML_HTMLSax/download/1.0/">
 <title>XML_HTMLSax 1.0</title>
 <link>http://pear.php.net/package/XML_HTMLSax/download/1.0/</link>
 <content:encoded>* Modifications to file structure to place Attributes_Parser.php&lt;br /&gt;
  and State_Machine.php in subdirectory HTMLSax&lt;br /&gt;
* XML_HTMLSax.php includes Attributes_Parser.php and State_Machine.php&lt;br /&gt;
  using require_once()
 </content:encoded>
 <dc:date>2003-06-08T10:31:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/XML_HTMLSax/download/0.9.0rc2/">
 <title>XML_HTMLSax 0.9.0rc2</title>
 <link>http://pear.php.net/package/XML_HTMLSax/download/0.9.0rc2/</link>
 <content:encoded>*First release under PEAR&lt;br /&gt;
*Changed package name to XML_HTMLSax&lt;br /&gt;
*Added patch from John Luxford to parse single quoted attributes&lt;br /&gt;
*Modified State_Machine to be a simple variable store
 </content:encoded>
 <dc:date>2003-05-18T13:15:00-05:00</dc:date>
</item>

</rdf:RDF>
