Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15638 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18647 invoked by uid 1010); 27 Mar 2005 17:16:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 18632 invoked by uid 1007); 27 Mar 2005 17:16:50 -0000 To: internals@lists.php.net, Vadka Message-ID: <4246EA85.3040002@php.net> Date: Sun, 27 Mar 2005 12:16:53 -0500 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 References: <20050326130556.068b80de.antony@zend.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 67.8.0.212 Subject: Re: XML, expat and empty tags From: davey@php.net (Davey) Vadka wrote: > > 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. In XML, and are identical as far as semantics are concerned. This is nothing to worry about IMO - any decent XML parser treats them the same. - Davey