Top Level :: XML
:: xmlReader
:: 0.2
xmlReader 0.2
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 at php dot net >
(lead)
[wishlist]
[details]
Rob Richards <
rrichards at php dot 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
Version 0.2
(beta)
|
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) |
|
Dependencies for release 0.2 |
|
PHP Extension: libxml
|
|
|