XML parser in Zend Framework ?
I need for a Zend Framework based application to be able to parse an XML document to retrieve some informations.
I am wondering if there is/not a XML parser included into Zend Framework, i didn't saw any... Only a Zend_DB_XML (which seems to be into incubator now)...
If there is no parser included into Zend Framework then what parser should i used better ?
|