php-src/ext/xmlreader
2004-05-07 18:38:21 +00:00
..
examples add relaxNG support 2004-04-27 10:46:21 +00:00
config.m4 initial revision 2004-04-19 18:55:02 +00:00
config.w32 initial revision 2004-04-19 18:55:02 +00:00
CREDITS initial revision 2004-04-19 18:55:02 +00:00
EXPERIMENTAL initial revision 2004-04-19 18:55:02 +00:00
package.xml add package.xml 2004-05-04 08:23:10 +00:00
php_xmlreader.c allow ->open() and ->XML() to be called statically 2004-05-07 18:38:21 +00:00
php_xmlreader.h add relaxNG support 2004-04-27 10:46:21 +00:00
README initial revision 2004-04-19 18:55:02 +00:00
TODO initial revision 2004-04-19 18:55:02 +00:00
xmlreader.dsp initial revision 2004-04-19 18:55:02 +00:00

XMLReader represents a reader that provides non-cached, 
forward-only access to XML data. It is based upon the 
xmlTextReader api from libxml

This extension is designed to only work under PHP 5.