Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17492 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13210 invoked by uid 1010); 2 Aug 2005 13:44:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13158 invoked from network); 2 Aug 2005 13:44:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Aug 2005 13:44:18 -0000 X-Host-Fingerprint: 216.117.147.250 unknown Linux 2.4/2.6 Received: from ([216.117.147.250:42413] helo=ctindustries.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 01/7E-04646-7B37FE24 for ; Tue, 02 Aug 2005 09:23:03 -0400 Received: from [127.0.0.1] (dsta-aa203.pivot.net [66.186.171.203]) (authenticated bits=0) by ctindustries.net (8.12.8/8.12.8) with ESMTP id j72CDotI001748; Tue, 2 Aug 2005 08:13:57 -0400 Message-ID: <42EF7517.3010804@ctindustries.net> Date: Tue, 02 Aug 2005 09:28:55 -0400 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nuno Lopes CC: Christian Stocker , Ron Korving , internals@lists.php.net References: <52.F1.04646.C51DDE24@pb1.pair.com><000001c5968e$951b6490$e902a8c0@thinkpad> <4e89b4260508010726198d1f45@mail.gmail.com> <16.A7.04646.DA46EE24@pb1.pair.com> <42EE6F26.4040400@ctindustries.net> <80.90.04646.35C2FE24@pb1.pair.com> <42EF2D78.20105@bitflux.ch> <009401c5975f$b3535f40$0100a8c0@pc07653> In-Reply-To: <009401c5975f$b3535f40$0100a8c0@pc07653> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.86.2/1001/Tue Aug 2 04:22:39 2005 on ctindustries.net X-Virus-Status: Clean Subject: Re: [PHP-DEV] is this a bug? From: rrichards@ctindustries.net (Rob Richards) Column numbers in errors are not yet implemented everywhere in libxml and 0 is often returned. Rob Nuno Lopes wrote: > The most interesting example is at http://php.net/libxml_get_errors > > But while I was reading again the example I wrote, I found that libxml > always returns column 0: .... > This seems to be a bug to me, or the column stuff will only work when > validating with a dtd/..?