Re: [fw-general] Zend Framework XML function

2007-10-19 Thread Wolfgang Forstmeier
Even the PHP page itself, also with new documentation style http://de.php.net/simplexml On 10/19/07, Kexiao Liao <[EMAIL PROTECTED]> wrote: > > Can you share any web site related to Simple XML in PHP? > > > lists-76 wrote: > > > > On Friday 19 October 2007 10:41:53 Kexiao Liao wrote: > >> Does Ze

Re: [fw-general] Zend Framework XML function

2007-10-19 Thread Kexiao Liao
Can you share any web site related to Simple XML in PHP? lists-76 wrote: > > On Friday 19 October 2007 10:41:53 Kexiao Liao wrote: >> Does Zend Framework support any XML file processing functionalities? >> If we like to parsing xml file inside Zend Framewrok application, how do >> we >> impleme

Re: [fw-general] Zend Framework XML function

2007-10-19 Thread Ralph Schindler
Hey Kexiao, PHP itself already has XML support above and beyond most other languages. That said, there are a number of XML interfaces you should look at. For xml parsed into native structures: http://us.php.net/simplexml For a dom based interface to xml: http://us.php.net/dom Or if you ne

Re: [fw-general] Zend Framework XML function

2007-10-19 Thread kabel
On Friday 19 October 2007 10:41:53 Kexiao Liao wrote: > Does Zend Framework support any XML file processing functionalities? > If we like to parsing xml file inside Zend Framewrok application, how do we > implement it? Thanks in advance. Simple XML has worked really well for me. It's not specifi

[fw-general] Zend Framework XML function

2007-10-19 Thread Kexiao Liao
Does Zend Framework support any XML file processing functionalities? If we like to parsing xml file inside Zend Framewrok application, how do we implement it? Thanks in advance. -- View this message in context: http://www.nabble.com/Zend-Framework-XML-function-tf4653735s16154.html#a13296015