PonteIneptique / simile-widgets

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

TIMELINE. TypeError: v1 has no properties #185

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I keep getting this error, iv tryed looking at my xml and it all appears fine.

http://hyptonicfilms.com/history/
http://hyptonicfilms.com/history/content.xml

are my links, if anyone could please help that would be great.

[Submitted by Ryan on simile.mit.edu]

David F. Huynh - 09/May/07 07:48 AM
It's most probably due to the date format. I'd recommend using ISO 8601
format instead. You need to change <data> to <data
date-time-format="iso8601"> and then change your dates to something like
this "2007-05-09T08:34:29Z". See http://en.wikipedia.org/wiki/ISO_8601 for
more details on ISO 8601.
[ Show » ]
David F. Huynh - 09/May/07 07:48 AM It's most probably due to the date
format. I'd recommend using ISO 8601 format instead. You need to change
<data> to <data date-time-format="iso8601"> and then change your dates to
something like this "2007-05-09T08:34:29Z". See
http://en.wikipedia.org/wiki/ISO_8601 for more details on ISO 8601.

[ Permlink | « Hide ]
Ryan - 09/May/07 08:01 AM
that didn't work, i downloaded the example1.xml and that worked but then i
dorwnloaded the jfk example xml and im getting the same error
[ Show » ]
Ryan - 09/May/07 08:01 AM that didn't work, i downloaded the example1.xml
and that worked but then i dorwnloaded the jfk example xml and im getting
the same error

[ Permlink | « Hide ]
Ryan - 09/May/07 08:05 AM
hah, alright I got it working, i just removed some extra lines in the xml
and it appears to be good thanks.
[ Show » ]
Ryan - 09/May/07 08:05 AM hah, alright I got it working, i just removed
some extra lines in the xml and it appears to be good thanks.

[ Permlink | « Hide ]
Peter Stephens - 19/Aug/07 09:54 PM
I was trying to install this on TWiki and got it to work by removing the
"encoding" parameter on the first line of the xml file, "monet.xml"

was:

<?xml version="1.0" ? encoding="%CHARSET%>

is:

<?xml version="1.0" ?>
[ Show » ]
Peter Stephens - 19/Aug/07 09:54 PM I was trying to install this on TWiki
and got it to work by removing the "encoding" parameter on the first line
of the xml file, "monet.xml" was: <?xml version="1.0" ?
encoding="%CHARSET%> is: <?xml version="1.0" ?>

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