xmlReader-pecl

This package is not maintained anymore and has been superseded. Package has moved to channel http://www.php.net/xmlreader package XmlReader in Core.
This extension has been replaced by xmlreader.

Provides fast, non-cached, forward-only access to XML data under PHP 5. NOTE: This extension is part of core, thus, the PECL extension is dead.

This extension wraps the libxml xmlReader API. The reader acts as a cursor
going forward on the document stream and stopping at each node in the way.
xmlReader is similar to SAX though uses a much simpler API.

Maintainer

  • No maintainer! Will you be the next maintainer of this extension?

Details

Downloads: 69289
0.2
20 years ago
Version 0.2 change log

Allow open and XML methods to be called statically.
Add expand() support to export copies of nodes as DOM objects. (chregu)
Add next() support to skip to next sibling node. (chregu)