Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28831 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33801 invoked by uid 1010); 14 Apr 2007 17:56:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 33786 invoked from network); 14 Apr 2007 17:56:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Apr 2007 17:56:17 -0000 Authentication-Results: pb1.pair.com header.from=robert@interjinn.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=robert@interjinn.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain interjinn.com from 66.11.173.122 cause and error) X-PHP-List-Original-Sender: robert@interjinn.com X-Host-Fingerprint: 66.11.173.122 unknown Linux 2.5 (sometimes 2.4) (4) Received: from [66.11.173.122] ([66.11.173.122:59836] helo=blobule.interjinn.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FC/0E-34376-0C511264 for ; Sat, 14 Apr 2007 13:56:17 -0400 Received: by blobule.interjinn.com (Postfix, from userid 2000) id 0060F5AD3D2; Sat, 14 Apr 2007 13:56:27 -0400 (EDT) To: Edin Kadribasic Cc: Marcus Boerger , Guilherme Blanco , Stut , Bart de Boer , internals@lists.php.net, Tijnema! , ceo@l-i-e.com, Chad Daelhousen , Ron Korving In-Reply-To: <612DC248-6238-4796-AEF4-3208EB0BAAEF@krug.dk> References: <461E894C.104@zend.com> <461F7449.7060003@herballure.com> <37936.216.230.84.67.1176500697.squirrel@www.l-i-e.com> <46209A3F.8040701@mediawave.nl> <4620C93F.6080709@gmail.com> <262916757.20070414180726@marcus-boerger.de> <4210606331.20070414191706@marcus-boerger.de> <612DC248-6238-4796-AEF4-3208EB0BAAEF@krug.dk> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: InterJinn Date: Sat, 14 Apr 2007 13:56:27 -0400 Message-ID: <1176573387.2039.48.camel@blobule> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Subject: Re: [PHP-DEV] dropping asp_tags in HEAD From: robert@interjinn.com (Robert Cummings) On Sat, 2007-04-14 at 19:51 +0200, Edin Kadribasic wrote: > Hello Marcus, > > I'm afraid you got it backwards. PHP source does not have to comply > with XML, or for that matter any other spec. The result of the PHP > code execution, should the desired output be XML, would of course > have to be. > > So what the XML specification say is irrelevant for this discussion. > The problem that I was referring to was that PHP will not be able to > parse XML if you have short_tags enabled. Actually it's very relevant depending on your intentions. Advanced WYSIWYG template engines may wish to treat the raw PHP document as an XML document to manipulate the nodes as with any XML document. Without an XML compliant markup then this becomes an issue. Cheers, Rob. -- .------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------'