Menu

SAXY - A SAX XML parser for PHP / News: Recent posts

SAXY version 1.0 released

SAXY version 1.0 contains many bugfixes, and new documentation in DocBook format.

Posted by John Heinstein 2005-08-15

SAXY version 0.87 released

We are pleased to announce the release of SAXY version 0.87.

This release fixes a minor bug in the parsing of attributes.

For more information, please visit the SAXY homepage at:

http://www.engageinteractive.com/saxy/

Posted by John Heinstein 2004-09-29

SAXY version 0.86 released

We are pleased to announce the release of SAXY 0.86. This version fixes a big in the parsing of comments.

For more information, please visit the SAXY homepage at:

http://www.engageinteractive.com/saxy/

Posted by John Heinstein 2004-09-09

SAXY 0.85 released with namespace support

We are pleased to announce the release of SAXY version 0.85. This release implements namespace support, fixes several minor bugs, enhances error handling, and includes a new SAXY Tutorial.

For more information, please visit the SAXY homepage at:

http://www.engageinteractive.com/saxy/

Posted by John Heinstein 2004-09-02

SAXY version 0.84 released

We are pleased to annouce the release of SAXY 0.84.

SAXY version 0.84 fixes a bug in ampersand handling. Some of the class files have been reorganized and phpDocumentor style comments have been added.

The SAXY license has been changed from GPL to LGPL, to allow incorporation with closed source projects.

For more information, please visit the SAXY homepage at: http://www.engageinteractive.com/saxy/

Posted by John Heinstein 2004-07-13

SAXY version 0.83 released

This version of SAXY fixes a bug in handling carriage return characters that occur between attributes.

Posted by John Heinstein 2004-04-27

SAXY version 0.82 released

We are pleased to announce the release of SAXY version 0.82. This release fixes a bug in the handling of ampersand entities.

Posted by John Heinstein 2004-04-08

SAXY version 0.81 released

Version 0.81 of SAXY fixes a bug with the handling of "]" characters in CDATA Sections.

Posted by John Heinstein 2004-04-05

SAXY version 0.8 released

Version 0.8 of SAXY is intended to make its default behaviour more closely mimic that of Expat.

Posted by John Heinstein 2004-03-29

SAXY version 0.7 released

We are pleased to announce the release of SAXY version 0.7.

This release brings an overall cleanup of code and minor bug-fixes.

SAXY Lite, an abridged version of SAXY that has been optimized for speed, is included with the package.

For more information, please visit the SAXY home page at:

http://www.engageinteractive.com/saxy/

Posted by John Heinstein 2004-03-22

SAXY version 0.6 released

We are pleased to announce the release of SAXY version 0.6. The current release brings enhancements to the parsing of the xml prolog. Comment and Processing Instruction nodes are now recognized in the prolog, and the appropriate event fired.

Posted by John Heinstein 2004-03-09

SAXY version 0.5 released

SAXY version 0.5 brings performance optimizations and support for Comments, Processing Instructions, XML Declarations, and Doctypes.

For more information, please visit the SAXY homepage at:

http://www.engageinteractive.com/saxy/

Posted by John Heinstein 2004-02-26

SAXY version 0.4 released - highly optimized!

I'm pleased to announce that SAXY version 0.4 brings a number of performance optimizations. Although its featureset has not changed from the last version, you should upgrade to this version immediately!

Posted by John Heinstein 2004-02-07

SAXY version 0.3 released

SAXY version 0.3 allows CDATASection tags to be properly preserved. It fires a specific event, fireCDataSectionEvent, that is distinct from the event which fires off for Text Nodes.

Posted by John Heinstein 2004-01-30

SAXY version 0.21 released

SAXY version 0.21 is a minor release which updates the SAXY parser so that it now correctly parses equal signs and tabs within attributes.

Posted by John Heinstein 2004-01-28

SAXY version 0.2 released

SAXY version 0.2 has been released.

This fixes a bug in which attributes were ignored if encased in single quotes.

For more information, please visit the SAXY homepage at http://www.engageinteractive.com/saxy/

Posted by John Heinstein 2004-01-27

SAXY version 0.11 released

SAXY version 0.11 has been released. This fixes a minor bug in which "/" characters in Attribute nodes were mistaken for end tag characters.

Posted by John Heinstein 2003-12-23

SAXY v0.1 - SAX XML Parser for PHP initial release

We are pleased to announce the first release of SAXY, a Simple API for XML (SAX) XML parser for PHP 4. SAXY is lightweight, fast, and modelled on the methods of the Expat parser for the purpose of compatability.

The primary goal of SAXY is to provide PHP developers with an alternative to Expat that is written purely in PHP. Since SAXY is not an extension, it should run on any web hosting platform with PHP 4 and above installed.... read more

Posted by John Heinstein 2003-12-04