
Originally Posted by
veikoh
How do you get them served as application/XHTML then?
Without this and cache-control: no-transform in HTTP header Vodaphone, Google mobile search, etc transcoders will redesign your pages and serve them from their cache.
I'm not the worlds best coder (faaaaarrrrrrr from it in fact) so I may be misunderstanding your issues. All I'm saying is that for example at Alcatraz.mobi, on my server the homepage file is named index.html, while in it's header info I call out:
Code:
<?xml version='1.0' encoding='UTF-8' ?><!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.openmobilealliance.org/tech/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Doing this has worked just fine for me.
Bookmarks