[Webkit-unassigned] [Bug 19722] New: XSLT concat() function bug with "}" ...

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 23 01:21:41 PDT 2008


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

           Summary: XSLT  concat() function bug with "}" ...
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
               URL: http://concentre.zensoluciones.com/xslttest/concatbug.xh
                    tml
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: scramatte at zensoluciones.com


I'm trying to concat "{" "}" characters using AVT (Atttribute Value Template)
expression.

Wont' works under Safari 3.1.1 or 4 developper preview and with the latest 
WebKit nigthly build

It works as expected under Firefox 2.x and 3                     

My XPath expression

concat('{',namespace-uri(),'}',local-name())

If you put something like this in the xsl stylesheet 

<myelt myattr={concat('{',namespace-uri(),'}',local-name())}" ... />

XSLT processor doesn't render page ...
Take a look to the testcase.

It's an annoying BUG !

Regards


-- 
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