Webspeed Mobile Wap

tbruaset

New Member
Some years ago i made a simple wap page.

This was mye output:
output-content-type ("text/vnd.wap.wml":U)

<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="id1" title="Some title">
<p> skip
bla bla
...


This still works.. but i'd like to use newer version of wml.. so i tryed this:

<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Some title</title>
</head>
<body>
....

What output-content-type should I use?
Anyone know of some examples?
 
Top