xmlreader Provides fast, non-cached, forward-only access to XML data. 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. PHP License rrichards Rob Richards rrichards@php.net lead chregu lead Christian Stocker chregu@php.net 0.2 2004-05-10 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) libxml