xmlreader Provides fast, non-cached, forward-only access to XML data under PHP 5. 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 1.0.1 2005-04-30 stable Add workaround for next() bug when using libxml 2.6.17 and lower. 1.0 2004-07-27 stable Add name parameter to next() to skip to next named sibling node. libxml