Bug 239979 - automatic XML transformations are not supported
Summary: automatic XML transformations are not supported
Status: RESOLVED DUPLICATE of bug 55420
Alias: None
Product: konqueror
Classification: Applications
Component: khtml xml (show other bugs)
Version: 4.3.5
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-29 15:13 UTC by Christopher Yeleighton
Modified: 2010-05-29 17:48 UTC (History)
0 users

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 Christopher Yeleighton 2010-05-29 15:13:18 UTC
Version:           4.3.5 (using KDE 4.3.5) 
OS:                Linux

XML pages with an XML stylesheet declaration of type "text/xsl" do not apply the XSLT transformation to the document.

Reproducible: Always

Steps to Reproduce:
1. 
Save the following code as "test.xml":

<?xml version="1.0" 
?><?xml-stylesheet type="text/xsl" href="test.xsl" ?><root >Error</root >

2. 
Save the following code as "text.xsl":

<?xml version="1.0" 
?><xsl:stylesheet version="1"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
><xsl:template match="/" 
><HTML ><HEAD ><TITLE >Test page</TITLE ></HEAD ><BODY ><P /></BODY ></HTML 
></xsl:template ></xsl:stylesheet >

3. 
View the file "text.xml".

Actual Results:  
3. A page "test.xml" containing the text "Error".

Expected Results:  
3. A blank page "Test page".

OS: Linux (x86_64) release 2.6.31.12-0.2-desktop
Compiler: gcc
Comment 1 Maksim Orlovich 2010-05-29 17:48:52 UTC

*** This bug has been marked as a duplicate of bug 55420 ***