Neues beim W3C-Validator

Hanno's Blog

Saturday, July 28. 2007

Neues beim W3C-Validator


Trackbacks

No Trackbacks

Comments
Display comments as (Linear | Threaded)

Ist das immer noch so?!

Ich hab config.schokokeks.org gestern zum validieren gebracht und dabei halt auch den MIME-Type geändert.
Naja, we'll see.
#1 Bernd (Homepage) on 2007-07-29 07:37 (Reply)
Da war mal was:
http://blogs.msdn.com/ie/archive/2005/09/15/467901.aspx

(Kurzfassung: Wir finden xhtml ganz toll, deswegen supporten wir das erst in ie8, welcher pünktlich zum sankt nimmerleins tag kommt und dann akzeptieren wir auch xml-mimetypes)
#1.1 Hanno (Homepage) on 2007-07-29 10:35 (Reply)
Hallo aus Buttenwiesen,
habe Dir ja angedroht, dass ich ein wenig rumtexte / was sich im Momente recht schwer gestaltet, weil meine Tasten nicht so gehen wie ich das will / at geht net ... usw. egal ... Thematisch kann ich nix beitragen, weil ich es einfach nicht blicke *hast ja am Freitag gemerkt, dass meine Haarfarbe PROGRAMM ist ... trotzdem Happy Day in meine alte Heimat!
#2 chris (Homepage) on 2007-07-29 14:30 (Reply)
Komisch.... Ich schicke auch keinen XML-Mime-Type - aber bei mir meckert der Validator nicht...
#3 Juniperus (Homepage) on 2007-08-01 17:36 (Reply)
In PHP kann das mit dem XML-Mime-Type für IE so aussehen:

#4 David on 2007-08-19 11:15 (Reply)
hm, dein blog scheint tags nicht zu mögen...

if ($_SERVER['SERVER_PROTOCOL'] == 'HTTP/1.1' && isset($_SERVER['HTTP_ACCEPT']) && preg_match('|application/xhtml\+xml(?!\s*;\s*q=0)|', $_SERVER['HTTP_ACCEPT']))
{
header('Content-Type: application/xhtml+xml; charset=iso-8859-1');
header('Vary: Negotiate,Accept');
echo ''."\n";
}
else
{
header('Content-Type: text/html; charset=ISO-8859-1');
header('Vary: Negotiate,Accept');
}
#4.1 David on 2007-08-19 11:16 (Reply)

Add Comment

E-Mail addresses will not be displayed and will only be used for E-Mail notifications.

To prevent automated Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.
CAPTCHA

 
 

About

This blog is written by Hanno Böck. Unless noted otherwise, its content is licensed as CC0.

You can find my web page with links to my work as a journalist here.

I am also publishing a newsletter about climate change and decarbonization technologies.

The blog uses the free software Serendipity and is hosted at schokokeks.org.

Hanno on Mastodon | Contact / Imprint | Privacy / Datenschutz