[Webkit-unassigned] [Bug 25185] New: XSLT Text Transform: contains(TAB) matches SPACE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 14 10:49:03 PDT 2009


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

           Summary: XSLT Text Transform: contains(TAB) matches SPACE
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://zanstra.com/x/webkit/xslt-tab.html
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: doekman at gmail.com


I'm transforming an XML document with an XSLT document to a text string (output
method=text) with the XSLTProcessor. It seems the selector
text()[contains(.,'	')] matches a space ( ) and instead of the
specified tab (	).

I'm not to sure if the conclusion is correct, but Gecko (Firefox, Camino) is
matching correctly. 

The bug appears on the nightly build, but also on Safari 4 latest beta windows
and Google Chrome 2 latest beta.


-- 
Configure bugmail: https://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