Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15625 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17712 invoked by uid 1010); 26 Mar 2005 19:12:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 17697 invoked from network); 26 Mar 2005 19:12:32 -0000 Received: from unknown (HELO emailaccount.com) (127.0.0.1) by localhost with SMTP; 26 Mar 2005 19:12:32 -0000 X-Host-Fingerprint: 213.131.2.2 nsrd.sinp.msu.ru Linux 2.4/2.6 Received: from ([213.131.2.2:4674] helo=nsrd.sinp.msu.ru) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 1D/F6-02544-F14B5424 for ; Sat, 26 Mar 2005 14:12:32 -0500 Received: from vvs_php (helo=localhost) by nsrd.sinp.msu.ru with local-esmtp (Exim 4.30) id 1DFH3F-0003na-5D for internals@lists.php.net; Sat, 26 Mar 2005 22:34:29 +0300 Date: Sat, 26 Mar 2005 22:34:29 +0300 (MSK) To: php-dev In-Reply-To: <20050326130556.068b80de.antony@zend.com> Message-ID: References: <20050326130556.068b80de.antony@zend.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: XML, expat and empty tags From: vvs_php@nsrd.sinp.msu.ru (Vadka) Hi all! So, as it was stressed in expat one day, there are 'empty' tags, like: (without ending ). For now, it is not known what a tag was parsed (XML parser ext). It is not good: the original structure of XML changes.