Annotation of embedaddon/php/ext/xmlreader/README, revision 1.1
1.1 ! misho 1: XMLReader represents a reader that provides non-cached,
! 2: forward-only access to XML data. It is based upon the
! 3: xmlTextReader api from libxml
! 4:
! 5: This extension is designed to only work under PHP 5.