Bug 280864 - xml page opens as text not as html
Summary: xml page opens as text not as html
Status: RESOLVED UPSTREAM
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: kdewebkit (show other bugs)
Version: 0.1
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: webkit-devel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-27 07:14 UTC by Ferdinand Gassauer
Modified: 2011-08-28 03:24 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.