PonteIneptique / simile-widgets

Automatically exported from code.google.com/p/simile-widgets
0 stars 0 forks source link

TIMELINE. internet explorer returning object expected error because of something in the xml data #144

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
internet explorer 6.0.2900.2180.xpsp_sp2_gdr.050301-1519

i'm creating the xml content for a timeline from php, sending this line first:

header("Content-type: application/xml; charset=latin1");

then i serve up the content in from a smarty template file, andi put this
at the top of the xml file:

<?xml version="1.0" encoding="latin1"?>

do i need to change something in the charset or encoding attributes there
to get ie to stop returning the object expected error, or is it something i
might need to do in php to the actual data strings coming out of the data base?

here is the page:

http://www.roldanberengue.com/?p=timeline

win xp , internet explorer 6.0.2900.2180.xpsp_sp2_gdr.050301-1519 

[Submitted by dave morris on simile.mit.edu] 

Original issue reported on code.google.com by GabrielR...@googlemail.com on 5 Apr 2009 at 2:02