[Webkit-unassigned] [Bug 52049] New: XML Parser reports an paring error with wrong column number

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 7 01:31:00 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=52049

           Summary: XML Parser reports an paring error with wrong column
                    number
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joone at kldp.org


When Firefox loads LayoutTests/fast/parser/xhtml-alternate-entities.xml, it reports a parsing error as follow:

"XML Parsing Error: undefined entity
Location: file:///Users/joone/git/WebKit/LayoutTests/fast/parser/xhtml-alternate-entities.xml
Line Number 4, Column 7: 

<h1> ƒäïÏ </h1> <!-- If you get a parse error, this test has PASSED. -->
------^ "

In case of WebKit based browsers, you can see the following error,

"This page contains the following errors:

error on line 4 at column 13: Entity 'fnof' not defined
Below is a rendering of the page up to the first error."

Actually, there is entity 'auml' at column13, so it seems to be wrong information. 
On the other hand, Firefox seems to report exact information.
Anyway, I think LibXML2 may have a problem to report parsing errors.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list