Bug 50621 - xhtml mimetype not avaiable
Summary: xhtml mimetype not avaiable
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 4.0
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-12 22:50 UTC by Christoph Bartoschek
Modified: 2002-12-03 15:22 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 Christoph Bartoschek 2002-11-12 22:50:34 UTC
Version:           4.0 (using KDE 3.0.9)
Compiler:          gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
OS:          Linux (i686) release 2.4.18-17.8.0

The recommended mimetype for xhtml is
application/xhtml+xml

http://www.w3.org/TR/xhtml-media-types/xhtml-media-types.html

KDE, however does not know this mimetype and Konqueror is not able to open a correctly delivered xhtml page.
Comment 1 Stephan Kulow 2002-11-13 10:25:49 UTC
Subject: Re:  New: xhtml mimetype not avaiable

Am Tuesday 12 November 2002 22:50 schrieb Christoph Bartoschek:
> ------- You are receiving this mail because: -------
> You are on the CC list for the bug, or are watching someone who is.
>
> http://bugs.kde.org/show_bug.cgi?id=50621
>            Summary: xhtml mimetype not avaiable
>            Product: konqueror
>            Version: 4.0
>         OS/Version: Linux
>             Status: UNCONFIRMED
>           Severity: normal
>           Priority: NOR
>          Component: khtml
>         AssignedTo: konq-bugs@kde.org
>         ReportedBy: bartoschek@gmx.de
>
>
> Version:           4.0 (using KDE 3.0.9)
> Compiler:          gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
> OS:          Linux (i686) release 2.4.18-17.8.0
>
> The recommended mimetype for xhtml is
> application/xhtml+xml
>
> http://www.w3.org/TR/xhtml-media-types/xhtml-media-types.html
>
> KDE, however does not know this mimetype and Konqueror is not able to open
> a correctly delivered xhtml page.

OK to commit? It seems, we need it if w3.org recommends it's use

Greetings, Stephan

Index: Makefile.am
===================================================================
RCS file: /home/kde/kdelibs/mimetypes/application/Makefile.am,v
retrieving revision 1.66
diff -u -3 -p -u -r1.66 Makefile.am
--- Makefile.am 2002/10/07 09:30:10     1.66
+++ Makefile.am 2002/11/13 09:24:54
@@ -16,7 +16,7 @@ data_DATA = x-dvi.desktop x-tex-gf.deskt
        msexcel.desktop smil.desktop x-rar.desktop x-zoo.desktop \
        x-tzo.desktop x-lzop.desktop x-mswinurl.desktop \
        x-applixword.desktop x-applixspread.desktop x-applixgraphics.desktop \
-       msexcel2.desktop \
+       msexcel2.desktop xhtml+xml.desktop \
        x-shockwave-flash.desktop x-designer.desktop x-linguist.desktop \
        x-ogg.desktop x-pkcs12.desktop x-x509-ca-cert.desktop \
        pkcs7-signature.desktop pgp-signature.desktop pgp-encrypted.desktop \
Index: xhtml+xml.desktop
===================================================================
RCS file: xhtml+xml.desktop
diff -N xhtml+xml.desktop
--- /dev/null   Fri Feb  1 11:53:05 2002
+++ xhtml+xml.desktop   Wed Nov 13 10:24:54 2002
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Encoding=UTF-8
+Comment=XHTML Family Document
+Type=MimeType
+MimeType=application/xhtml+xml

Comment 2 Stephan Kulow 2002-11-14 14:49:38 UTC
Subject: /

CVS commit by coolo: 

adding the application/xhtml+xml as known mimetype
CCMAIL: 50621-close@bugs.kde.org


  M +1 -1      kdebase/konqueror/kfmclient_html.desktop   1.32
  M +1 -1      kdelibs/khtml/khtml.desktop   1.175