XML_PullParser 1.3.2 (Namespace) review

Download
by rbytes.net on

XML_PullParser moves the API of the PHP XML facility from an event-based model to a token-based model

License: GPL (GNU General Public License)
File size: 226K
Developer: Myron Turner
0 stars award from rbytes.net

XML_PullParser moves the API of the PHP XML facility from an event-based model to a token-based model. Instead of processing data as it is passed from the parser to callbacks, a script using PullParser requests "tokens" from XML_PullParser_getToken() and a number of helper functions.

Tokens are arrays representing XML structures, which become available in the order in which they appear in the document being parsed. Methods are provided both to get tokens and to extract their data.

What's New in This Release:
XML_PullParser 1.0.0 (Namespace) has been superceded by releases beginning with 1.3.1 which incorporate namespace support directly into the XML_PullParser package and which in addition contain up-to-date enhancements and fixes.

XML_PullParser 1.3.2 (Namespace) keywords