View Single Post
  #1 (permalink)  
Old 02-03-2007, 11:41 PM
alex alex is offline
Junior Member
 
Join Date: Feb 2007
Posts: 3
Default 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 ?
Reply With Quote