» Version | » Information |
---|---|
0.3.0 |
Release date: 2004-04-20 08:27 UTC Release state: beta Release uploaded by: hfuecks Changelog: WARNING: lots of API breakage! * API breakage to conform to PEAR namespacing standards * API breakage to remove dependance of base PEAR class. PEAR.php is now only included on error * API breakage on handler names - shortened for easier use * API breaking on IO classes to add correct PEAR namespace * Renamed StructReader and StructWriter to ListReader and ListWriter * Added startDoc and endDoc handlers for start and end of parsing * Added handler for processing instructions * Added utility function for building filter chains * HTMLSaxParser open handler leakiness to allow third empty argument * HTMLSaxParser gets two additional handlers, escape and jasp * HTMLSaxParser should now behave the same as Expat, for linefeed and entities * FilterBuilder and FilterMap modifications Dependencies:
|
0.2.0 |
Release date: 2003-09-12 12:10 UTC Release state: beta Release uploaded by: hfuecks Changelog: To use the HTMLSaxParser provided by XML_SaxFilters you need to install PEAR::XML_HTMLSax. * Fixed bug in StructWriter * New parser factory function for ease of use * Moved IO classes to seperate directory * Experimental FilterBuilder class for recursive filtering plus FormFilters example to demonstrate |
0.1.0 |
Release date: 2003-06-26 01:42 UTC Release state: beta Release uploaded by: hfuecks Changelog: To use the HTMLSaxParser provided by XML_SaxFilters you need to install PEAR::XML_HTMLSax. |