Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36291 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79486 invoked from network); 21 Mar 2008 21:25:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Mar 2008 21:25:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.94.56 as permitted sender) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Linux 2.6 Received: from [85.214.94.56] ([85.214.94.56:41465] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/40-26785-CD724E74 for ; Fri, 21 Mar 2008 16:25:49 -0500 Received: from MBOERGER-ZRH.corp.google.com (112-159.78-83.cust.bluewin.ch [83.78.159.112]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id B1EE511EFFA; Fri, 21 Mar 2008 22:25:45 +0100 (CET) Date: Fri, 21 Mar 2008 22:22:43 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1247334416.20080321222243@marcus-boerger.de> To: Stanislav Malyshev CC: Pierre Joye , jani.taskinen@iki.fi, PHP Internals In-Reply-To: <47E4247C.3080802@zend.com> References: <47E3F714.60302@zend.com> <883216194.20080321193140@marcus-boerger.de> <47E40848.1060103@zend.com> <47E40C3F.8040601@sci.fi> <47E40E6E.5030103@zend.com> <47E414FD.4040608@zend.com> <47E41B70.5020102@zend.com> <655573127.20080321214139@marcus-boerger.de> <47E41F73.7000300@zend.com> <1025802608.20080321215723@marcus-boerger.de> <47E4247C.3080802@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] short_open_tag From: helly@php.net (Marcus Boerger) Hello Stanislav, Friday, March 21, 2008, 10:11:24 PM, you wrote: > Hi! >> since when can I not verify that my general HTML/XHTML structure is valid? > The question is since when PHP code has any XML structure? >> This is especially valid in template systems as you mentioned earlier. > OK, so you are verifying templates. Great. Obviously, if you use XML > templates (with PHP being Web language, this is rather unusual use case, > but OK), you are not using short tags, so it's OK. However, for people > having HTML templates, it still would be OK to verify them with HTML > tools unless you have tools that OK with Are there such tools?