Page 1 of 1

mobile phone and opera browser

Posted: Fri Feb 24, 2006 11:35 am
by enrico1301
Hey all
i'm testing ZoneMinder 1.22.0 with the latest WURFL installed
and my Mobile Phone : Nokia 6680.
when use the nokia browser all is ok but if use opera browser (8.5.1) for nokia
i log in ,see the webcam list but when i try watch a cam see an error on page
with "Parsing XML failed"
i checked motorola a1000 with opera browser with the same result.

anyone use zoneminder with opera browser (mobile) ?

Best regards
Enrico

Posted: Fri Feb 24, 2006 11:19 pm
by zoneminder
Unfortunately I don't have a phone with that browser on to test it against. I previously used a Motorola which was quite strict about xHTML but I suspect the SE phone I have now is a little more lax. If anyone can suggest a good (and free) xml phone emulator I can try that.

Posted: Fri Feb 24, 2006 11:53 pm
by enrico1301

Posted: Sun Feb 26, 2006 9:40 pm
by enrico1301
Hey all

there is some error in xhtml pages
e.g. in zm_xhtml_view_watch.php

error line
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css">
correct line
<link rel="stylesheet" href="zm_xhtml_styles.css" type="text/css"/>

all field that start with & must be terminated with ;

this link can be usefull.

and opera browser read xhtml code.

Best regards
Enrico

Posted: Mon Feb 27, 2006 5:45 pm
by zoneminder
Thanks for identifying this. Unfortunately using a validator is not very easy with dynamic pages. My previous phone was very strict with xhtml and I used that to test with but my current one just lets anything go I think :?

Posted: Tue Mar 07, 2006 12:19 am
by enrico1301
Hi Phil
found editor and browser to solve problem with xhtml (i hope)

Amaya Editor/Browser

Best regards
Enrico

Posted: Tue Mar 07, 2006 11:05 pm
by zoneminder
Thanks I'll take a look.