We currently have both SimpleXML (for simple things) and DOM to do the more powerful stuff. They can also be used together without duplicating the underlying DOM tree which they are working on. You'd have to clearly articulate the benefits of your suggestion to this couple. >From your email it's not clear what your exact idea is and how it would add value to these. Andi
> -----Original Message----- > From: Matthew Ratzloff [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 14, 2006 10:28 AM > To: Zend Framework > Subject: Re: [fw-general] Zend_XMLElement proposal > > A component written in PHP would be incredibly slow compared > to the compiled-in extension written in C. The current PHP > DOM functionality is very fast and not difficult to extend to > accomodate matters of taste. > > -Matt > > ----- Original Message ----- > From: "Емил Иванов" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Thursday, December 14, 2006 10:00 AM > Subject: Re: [fw-general] Zend_XMLElement proposal > > > > Hmm, maybe you didn't understand me or you are right :). What I's > > suggesting is that there be only ONE class with all the > functionality, > > aimed at simplicity. Currently when using the DOM I need to write a > > lot of code and use a lot of classes. Also I don't think that this > > should be a wrapper to any class. It should be just it. Written from > > scratch with the ability for parsing and manipulating. ONE > easy to use > > class - that is my idea. >
