Bug 44989 - Konqueror does not support xml-stylesheet instruction
Summary: Konqueror does not support xml-stylesheet instruction
Status: RESOLVED DUPLICATE of bug 55420
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 4.0
Platform: Compiled Sources All
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-10 15:03 UTC by Ernst de Haan
Modified: 2003-06-15 02:26 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 Ernst de Haan 2002-07-10 15:01:44 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           khtml
Version:           4.0 (using KDE 3.0.2 )
Severity:          wishlist
Installed from:    compiled sources
Compiler:          gcc version 2.95.4 20020320 [FreeBSD]
OS:                FreeBSD (i386) release 4.6-STABLE
OS/Compiler notes: 

When I have an xml-stylesheet instruction in my XML file then Konqueror/khtml does not perform XSLT transformations so it can't render the page.

Both Mozilla and IE do support this instruction. Example:

<?xml version="1.0" encoding="iso-8859-1" ?>
<?xml-stylesheet type="text/xsl" href="generate-page.xslt"?>

Example URL:
http://www.jwscripts.com/xml/

(Submitted via bugs.kde.org)
(Called from KBugReport dialog)
Comment 1 Nicolas Bouillon 2002-11-19 21:40:47 UTC
I confirm with kde/konqueror 3.0.4 on gentoo   Another example: http://old.glandium.org/board/remote.xml  
Comment 2 Roger Larsson 2003-03-25 01:44:56 UTC
The examples given does not validate. Please find a conforming test case 
From glandium validation: 
 
"Line 108, column 0: DTD did not contain element declaration for document type name 
 
]>" 
 
"Line 109, column 33: document type does not allow element "board" here (explain...)." 
 
"Line 113, column 8: element "login" undefined (explain...)." 
 
 
Comment 3 Christian Parpart 2003-03-31 13:49:26 UTC
http://cparpart.surakware.net/public/khtml/xslt.xml 
that uses 
http://cparpart.surakware.net/public/khtml/xslt.xsl 
to transform. 
 
Have fun, 
Christian Parpart. 
Comment 4 Kai Lahmann 2003-06-15 02:26:08 UTC

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