XmlReader vs SAX

PHP 5 and XML 2025-05-10
   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