Folks,
I do not have any problem from Internet Explorer to run an online service
written in PHP to generate SVGT content on the fly. Unfortunately, from a
cellphone, the device reboots (not a blue screen but a white fading one).
The same service works in an XHTML page in an <object> tag ?!
Saved locally, the phone renders this SVGT document the right way ?!
Saved on the server, the phone renders this file the right way ?!
It seems that there is something wrong about the header not the document.
<?php header("Content-Type: image/svg+xml");
$xml_hdr = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
print "$xml_hdr"; ?>
<svg width="178" height="220" viewBox="-89 -110 178 220"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xml:space="preserve" version="1.1" baseProfile="SVG Tiny 1.1+">
<title> TEST </title>
...
Any useful info?
PS: The server is running PHP/4.4.2
The device is a Sony Ericsson K600i over the Orange Network
SonyEricssonK600i/R2T/SN356572003652532
Browser/SEMC-Browser/4.2 Profile/MIDP-2.0
Configuration/CLDC-1.1
Regards
______________
Laurent Tonnelier
Mahoo