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