>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Technical
> xhtml wap sites
Bookmark topic
I have created an xhtml internet site at
www.craigjackson001.pwp.blueyonder.co.uk/index.xhtml everything works fine in the SE wap emulator but when I try to view the site on my T610 I get nothing not even an error message.
can anybody please help me please as I want this site up and running soon. Thankx in advance
--
Posted: 2003-11-30 18:54:58
Edit :
Quote
Try e-mailing SonyEricsson and they might give you advice on uploading it.
This message was posted from a T610
--
Posted: 2003-11-30 20:05:46
Edit :
Quote
On my T610 - it just displays the source of the page!!
You might try naming the pages .html instead of .xhtml?
--
Posted: 2003-11-30 22:55:49
Edit :
Quote
Hi,
The 'xhtml' page that you have made is actually not XHTML. In fact, it should be 'xhtml mobile profile' rather than any xhtml. Your server must also be configured to return 'application/xhtml+xml' as the mimetype of the page. Here is a very short page that has the correct DTD in it.
Good luck!
Martijn
<?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" xml:lang="en">
<head>
<title>Test</title>
</head>
<body>
<h3>Test</h3>
</body>
</html>
--
Posted: 2003-11-30 23:20:22
Edit :
Quote
I get a pagefull of coding,orangeman is ur man to help u out tho :-)
This message was posted from a T610
--
Posted: 2003-12-01 00:06:50
Edit :
Quote
superunknown Posts: > 500
xhtml is strict when it comes to character.
This message was posted from a T610
--
Posted: 2003-12-01 00:14:09
Edit :
Quote
U can use html tags. the index.xhtml may be the cause with the mimetype. Blueyonder doesnt have xhtml as preset file type. Look at my source code for my xhtml pwp site
This message was posted from a T610
--
Posted: 2003-12-01 00:18:57
Edit :
Quote
Thanks renaming the xhtml to html fixed the problem
--
Posted: 2003-12-01 19:28:10
Edit :
Quote
New Topic
Reply