XmlReader vs SAX
PHP 5 and XML
2024-11-29
12
•
Sax is Event based
•
XmlReader is cursor based
•
XmlReader has support for namespaces, validation and entities
•
Both do not load the whole document into memory