Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20278 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6263 invoked by uid 1010); 23 Nov 2005 22:59:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 6248 invoked from network); 23 Nov 2005 22:59:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Nov 2005 22:59:19 -0000 X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:3173] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 39/E9-11378-644F4834 for ; Wed, 23 Nov 2005 17:59:18 -0500 Received: from [10.0.0.130] (gw1.emini.dk [212.242.124.121]) by gw2.emini.dk (Postfix) with ESMTP id 9E6E3906A9; Wed, 23 Nov 2005 23:59:14 +0100 (CET) Message-ID: <4384F444.2010906@emini.dk> Date: Wed, 23 Nov 2005 23:59:16 +0100 Organization: Emini A/S User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcus Boerger Cc: Stefan Walk , Derick Rethans , PHP Developers Mailing List References: <4858f9d90511230807g3952ea2fg@mail.gmail.com> <997705859.20051123205500@marcus-boerger.de> In-Reply-To: <997705859.20051123205500@marcus-boerger.de> X-Enigmail-Version: 0.92.0.0 OpenPGP: id=157D0FA8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PDM Meeting Notes From: edink@emini.dk (Edin Kadribasic) Marcus Boerger wrote: > Hello Stefan, > > "<%=" is of course also conflicting the XML specs since "<" > must be followed by a "!" is we are in a DTD context. Or a "?" > to start a processing instruction or a valid element name. And > "%" cannot start an element name. When we are talking about asp tags we are talking about the ability of *PHP* to parse xml documents, say in order to produce valid xhtml. PHP will produce parse error if you have short tags enabled when trying to parse xml, while with short tags disabled and asp tags enabled it parses them just fine which makes it sweet for making templating of xml documents. I really see no reason to remove a feature that at least some people find useful, and which has no effects on those that do not have it enabled. Edin