Project

General

Profile

Actions

Feature #40502

closed

MIME type selection for "application/xhtml+xml"

Added by anybody no-lastname-given about 12 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-09-01
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:

Description

It is very difficult to reform a typo3 site to the MIME type "application/xhtml+xml". It needed hours to find the solution:

config.disableCharsetHeader = 1
config.additionalHeaders = Content-Type: application/xhtml+xml;charset=utf-8

But still there is the line

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

in the parsed site.

Even for XHTML 1.1 Typo3 selects always the MIME type "text/html", what is NOT ALLOWED according to the specifications of XHTML 1.1

In the year 2012 many software companies have cut off the support for any Windows OS before Windows XP, and also that OS supports IE 8, so that it is not a big big problem to cut off the buggy IE 6 or IE 7.

Actions #1

Updated by Mathias Schreiber almost 10 years ago

  • Status changed from New to Closed

Solution would be to disableAllHeaders.

Actions

Also available in: Atom PDF