Menu

XML_PullParser-1.0.1

Initial Sourceforge Release of XML_PullParser
Home page:
http://www.mturner.org/XML_PullParser

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 set 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 to retrieve tokens, to manipulate them, and to extract their data, both text (CDATA) and attributes. The API consists of close to 50 class methods and package level functions that offer the programmer a rich set of possibilities for accessing and manipulating XML data and structures.

Posted by Myron Turner 2006-07-12

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.