-- Kevin Schroeder <[email protected]> wrote (on Thursday, 18 December 2008, 01:51 PM -0800): > Just make sure you don't have any XML processing instructions embedded > anywhere.
Or, better yet, use one of the various XML extensions to generate your XML for you. ;) (Seriously. If you're templating your XML, you're asking for encoding and entity issues.) > -----Original Message----- > From: Matthew Weier O'Phinney [mailto:[email protected]] > Sent: Thursday, December 18, 2008 8:41 AM > To: [email protected] > Subject: Re: [fw-general] Short Tags vs. Long Tags performance question > > -- Robert Castley <[email protected]> wrote > (on Thursday, 18 December 2008, 09:21 AM -0000): > > If you enable your ZF application to use short tags is there a > benefit/increase > > in performance over littering your view scripts with echo this and > echo that? > > They operate exactly the same. -- Matthew Weier O'Phinney Software Architect | [email protected] Zend Framework | http://framework.zend.com/
