This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 4892 - parsing of XML WF-errors too loose, confuses content with error data
Summary: parsing of XML WF-errors too loose, confuses content with error data
Status: RESOLVED FIXED
Alias: None
Product: Validator
Classification: Unclassified
Component: check (show other bugs)
Version: HEAD
Hardware: Macintosh MacOS X
: P2 normal
Target Milestone: ---
Assignee: Olivier Thereaux
QA Contact: qa-dev tracking
URL: http://www.apnic.net/community/presen...
Whiteboard:
Keywords:
: 4891 4905 4911 4915 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-07-30 00:42 UTC by James Lemon
Modified: 2016-02-22 08:27 UTC (History)
6 users (show)

See Also:


Attachments

Description James Lemon 2007-07-30 00:42:03 UTC
The page on my site http://www.apnic.net/community/presentations/nirs.html because of the following error message:

Line 26, Column 6: 39 EST | © 1999 - 2007 APNIC Pty.
<ul>

Line 26 and the surrounding area is valid mark-up (a nested <ul> within an <li>).
Comment 1 Olivier Thereaux 2007-07-30 06:16:08 UTC
Ack, this is a bug. It looks like our filtering of the XML parser's output is interpreting the time (:08:13) as error metadata. 

Parsing of the output of XML::LibXML needs to be tightened.
Comment 2 Olivier Thereaux 2007-07-30 06:26:06 UTC
This patch should fix the issue.
http://lists.w3.org/Archives/Public/www-validator-cvs/2007Jul/0211.html

Will be in the next release, after some extra testing.
Comment 3 Olivier Thereaux 2007-08-01 23:37:06 UTC
*** Bug 4891 has been marked as a duplicate of this bug. ***
Comment 4 Olivier Thereaux 2007-08-01 23:48:32 UTC
*** Bug 4905 has been marked as a duplicate of this bug. ***
Comment 5 Olivier Thereaux 2007-08-03 13:00:27 UTC
*** Bug 4911 has been marked as a duplicate of this bug. ***
Comment 6 Olivier Thereaux 2007-08-05 23:04:41 UTC
*** Bug 4915 has been marked as a duplicate of this bug. ***