Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20279 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13503 invoked by uid 1010); 23 Nov 2005 23:19:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13488 invoked from network); 23 Nov 2005 23:19:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Nov 2005 23:19:22 -0000 X-Host-Fingerprint: 64.233.182.199 nproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.182.199:32721] helo=nproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id F1/CA-11378-9F8F4834 for ; Wed, 23 Nov 2005 18:19:22 -0500 Received: by nproxy.gmail.com with SMTP id a25so244366nfc for ; Wed, 23 Nov 2005 15:19:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fX2Es/VqFktxHXhxYF9E/KATv489Em1SiECW88jiQxW8KmDmYrvtFFL+umvVCA0UqQGxUmX6k2D1y/Y7OLR/mSk+n12nLDMm5rXXL77CR+iM2jtTtYzGjztXFm5ssJLnLFliLMI3Ub463Blf5XHGAHewYLT6pOfP7YOXjSFDVVs= Received: by 10.48.211.3 with SMTP id j3mr47348nfg; Wed, 23 Nov 2005 15:19:18 -0800 (PST) Received: by 10.48.108.6 with HTTP; Wed, 23 Nov 2005 15:19:18 -0800 (PST) Message-ID: <4858f9d90511231519u4ef057a9g@mail.gmail.com> Date: Thu, 24 Nov 2005 00:19:18 +0100 To: Edin Kadribasic Cc: Marcus Boerger , Derick Rethans , PHP Developers Mailing List In-Reply-To: <4384F444.2010906@emini.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4858f9d90511230807g3952ea2fg@mail.gmail.com> <997705859.20051123205500@marcus-boerger.de> <4384F444.2010906@emini.dk> Subject: Re: [PHP-DEV] PDM Meeting Notes From: stefan.walk@gmail.com (Stefan Walk) On 23/11/05, Edin Kadribasic wrote: > Marcus Boerger wrote: > > Hello Stefan, > > > > "<%=3D" 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 document= s. > > 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 enable= d. > > Edin Exactly. PHP chokes on