Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17500 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59351 invoked by uid 1010); 2 Aug 2005 16:18:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 59336 invoked from network); 2 Aug 2005 16:18:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Aug 2005 16:18:02 -0000 X-Host-Fingerprint: 212.55.154.24 relay4.ptmail.sapo.pt Linux 2.4/2.6 Received: from ([212.55.154.24:55750] helo=sapo.pt) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 3D/F5-04646-9BC9FE24 for ; Tue, 02 Aug 2005 12:18:02 -0400 Received: (qmail 7706 invoked from network); 2 Aug 2005 16:17:58 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.157) by relay4 with SMTP; 2 Aug 2005 16:17:58 -0000 Received: (qmail 7505 invoked from network); 2 Aug 2005 16:17:58 -0000 X-AntiVirus: PTMail-AV 0.3-0.86.2 Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.137.67]) (envelope-sender ) by mta7 (qmail-ldap-1.03) with SMTP for ; 2 Aug 2005 16:17:58 -0000 Message-ID: <006501c5977d$bf5bae50$0100a8c0@pc07653> To: "Rob Richards" Cc: "Christian Stocker" , "Ron Korving" , 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> <42EF7517.3010804@ctindustries.net> Date: Tue, 2 Aug 2005 17:17:58 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Subject: Re: [PHP-DEV] is this a bug? From: nlopess@php.net ("Nuno Lopes") OK thanks for the info. I'll add that to the documentation. Nuno ----- Original Message ----- > 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/..?