[Webkit-unassigned] [Bug 17410] New: XPath parser chokes with some queries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 17 08:27:36 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17410

           Summary: XPath parser chokes with some queries
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dialtone at gmail.com


.//*[@*[translate(name(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
'abcdefghijklmnopqrstuvwxyz')='athena:class']='foobar'] |
.[@*[translate(name(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
'abcdefghijklmnopqrstuvwxyz')='athena:class']='foobar']

This query fails with WebKit but works on Opera and Firefox. The problem is the
second part of the OR and more specifically the expression: .[****]


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



More information about the webkit-unassigned mailing list