Top Level :: XMLxmlReader 1.0
This package is not maintained, if you would like to take over please go to this page.
| Package Information |
| Summary |
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. |
| Maintainers |
Christian Stocker <chregu@php.net> (lead) [wishlist] [details] Rob Richards <rrichards@php.net> (lead) [details]
|
| License |
PHP License
|
| Description |
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. |
Release notes Version1.0 |
Add name parameter to next() to skip to next named sibling node. |
|
| Dependencies for release 1.0 |
|
PHP Extension: libxml
|
|
|