XML_PullParser for PHP
eXcavator

   XML_PullParser releases      eXcavator releases      documentation      news      Contact


freshmeat.net Linux Links - the Linux Portal site
Note: XML_PullParser.tgz will always point to the most recent release
Releasedatesize
XML_PullParser.tgz 09-Dec-2006 20:39:51 pm 232,340 bytes
XML_PullParser-1.0.0.tgz 08-Jul-2006 04:46:32 am 183,849 bytes
XML_PullParser-1.0.1.tgz 11-Jul-2006 04:50:50 am 186,350 bytes
XML_PullParser-1.0.2.tgz 14-Jul-2006 09:34:01 am 186,701 bytes
XML_PullParser-1.0.3.tgz 18-Jul-2006 11:24:01 am 185,759 bytes
XML_PullParser-1.0.4.tgz 26-Jul-2006 19:26:55 pm 188,524 bytes
XML_PullParser-1.2.0.tgz 04-Aug-2006 02:02:09 am 212,954 bytes
XML_PullParser-1.2.1.tgz 22-Aug-2006 06:21:38 am 215,733 bytes
XML_PullParser-1.2.2.tgz 27-Aug-2006 06:50:00 am 218,377 bytes
Release 1.3x and later have built-in namespace support
XML_PullParser-1.3.0.tgz 06-Oct-2006 14:06:06 pm 251,880 bytes
XML_PullParser-1.3.1.tgz 09-Oct-2006 09:46:29 am 225,422 bytes
XML_PullParser-1.3.2.tgz 09-Dec-2006 20:39:51 pm 232,340 bytes
IE may convert the tgz extension to gz. This must be corrected if the archiving software is going to know what kind of file it is looking at.
XML_PullParser On-line documentation
Class Documentation HTML Created by phpDocumentor
Manual XML Converted to HTML on the fly by XML_PullParser
Manual HTML Created from XML by XML_PullParser
README Text  
changelog Text  
eXcavator On-line documentation
Manual HTML Created from XML by XML_PullParser
Class Documentation HTML Created by phpDocumentor
README.txt Text For .tar.gz tarball
README Text For Pear distribution
changelog Text changelog
Note: Up-to-date documentation is always included in every new release
News
Error Checking Module
With release 1.2.0 XML_PullParser for PHP has introduced an error checking and tracking module. In earlier releases errors are reported only as FALSE return values. In the upgrade, a FALSE return value signals the presence of an error Number and Error message which apply to the last point in the code where an error occurred. If the error has its source at an earlier point in the code, the Error checking module supplies an error trace that tracks the error back through the called function stack. In addition, release 1.2.0 includes the facility for user-defined errors which become part of the trace.
Bug Reporting
If users of XML_PullParser for PHP find any bugs or have any problems using XML_PullParser, please click on Contact above and take a moment to write. An email address is also found on the first page of the user Manual.
eXcavator
eXcavator is a PHP class for creating a query processor that sits on top of XML_PullParser. It uses a query syntax that has some resemblances to XPath and a set of methods for outputting and formatting query results. The expected release is the first week of September 2006.
!!RELEASED: September 4th 2006!!
Namespace Suppport
Namespace support has been added to XML_PullParser. Originally imported using XML_PullParser_NS, released September 29th 2006. As of XML_PullParser-1.3.x and later, namespace support is built in to the XML_PullParser class itself.
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. 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.
About eXcavator        Close
eXcavator is an XML query processing class that sits on top of XML_PullParser. Its aim is to provide PHP developers with a facility for integrating XML queries into both command line and web applications. Queries are constructed using a small query language that will not be totally unfamiliar to progammers or users familar with XPath and XQuery. It returns query results in several formats suitable for both text and html and can integrate text and query results in user-defined templates for virtually any type of output.
About XML_PullParser        Close
About XML_PullParser           About eXcavator XML_PullParser-1.3.2.tgz eXcavator-1.0.6.tgz eXcavator-1.0.6.tar.gz
Note: eXcavator.tgz and eXcavator.tar.gz will always point to the most recent release.
The .tgz files are Pear compatible The .tar.gz files contain XML_PullParser and other extras.
Releasedatesize
eXcavator.tgz 02-Nov-2006 04:12:15 am 87,141 bytes
eXcavator.tar.gz 02-Nov-2006 04:12:20 am 192,007 bytes
eXcavator-1.0.0.tgz 03-Sep-2006 16:14:56 pm 48,270 bytes
eXcavator-1.0.0.tar.gz 03-Sep-2006 15:44:16 pm 107,899 bytes
eXcavator-1.0.1.tgz 04-Sep-2006 09:39:54 am 48,959 bytes
eXcavator-1.0.1.tar.gz 04-Sep-2006 11:02:09 am 111,371 bytes
eXcavator-1.0.2.tgz 14-Sep-2006 06:59:44 am 75,414 bytes
eXcavator-1.0.2.tar.gz 14-Sep-2006 06:59:37 am 142,790 bytes
eXcavator-1.0.3.tar.gz 24-Sep-2006 05:27:43 am 143,031 bytes
eXcavator-1.0.3.tgz 24-Sep-2006 05:27:55 am 75,696 bytes
eXcavator-1.0.5.tar.gz 11-Oct-2006 06:16:58 am 214,005 bytes
eXcavator-1.0.6.tgz 02-Nov-2006 04:12:15 am 87,141 bytes
eXcavator-1.0.6.tar.gz 02-Nov-2006 04:12:20 am 192,007 bytes
IE may convert the tgz extension to gz. This must be corrected if the archiving software is going to know what kind of file it is looking at.



last modified 16-Jun-2007 19:15:22 pm