I'm getting an error on the Mobi Emulator when pointing it at a simple ASP.NET page:
HTTP-specified character encoding caused WML parse failure: utf-8:
http://mobster.mobi/hello.aspx
Link to the emulator:
http://emulator.mtld.mobi/emulator....x&Submit=Update
Here is the code:
<?xml version="1.0"?>
<!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>XHTML MP Tutorial</title>
</head>
<body>
<p>Hello world.</p>
</body>
</html>
Any ideas of how to fix this?
Thanks in advance...