Bug 280864

Summary: xml page opens as text not as html
Product: [Unmaintained] kdelibs Reporter: Ferdinand Gassauer <gassauer>
Component: kdewebkitAssignee: webkit-devel
Status: RESOLVED UPSTREAM    
Severity: normal CC: adawit
Priority: NOR    
Version: 0.1   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Ferdinand Gassauer 2011-08-27 07:14:40 UTC
Version:           4.7.0 (using KDE 4.7.0) 
OS:                Linux

http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml

file type settings are
* konqeueror
* webkit part

Reproducible: Always

Steps to Reproduce:
open page

Actual Results:  
displayed as text

Expected Results:  
display as html
google chrome 13 works
same problem in firefox 

OS: Linux (x86_64) release 2.6.37.6-0.7-desktop
Compiler: gcc
Comment 1 Dawit Alemayehu 2011-08-28 03:24:43 UTC
Upstream. See https://bugs.webkit.org/show_bug.cgi?id=55302.

More specifically Qt does not have its own built-in XSLT transform engine and as such XML pages with XSL information will not be rendered as web pages unless QtWebKit is compiled with libxml2 and libxslt support.