[Webkit-unassigned] [Bug 76820] New: [Qt] Replace QtXmlPatterns usage with libxslt dependency

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 23 04:07:36 PST 2012


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

           Summary: [Qt] Replace QtXmlPatterns usage with libxslt
                    dependency
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hausmann at webkit.org
            Blocks: 76773


We should use libxslt for XSLT support if it's available. If it is the case, then we should also use libxml for XML parsing.
If libxslt is not available, we should disable XSLT support and fall back to Qt's built-in XML parser (QXmlStreamReader) for XML parsing.

See also https://lists.webkit.org/pipermail/webkit-qt/2011-November/002166.html

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