PonteIneptique / simile-widgets

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

TIMELINE. permlink #153

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am able to create thumbnail icons in my Timelines by setting

icon="http://static.flickr.com/somefile.jpg"

They work nicely and create great timelines.

http://www.mcvicar.com/docs/simoir.html

However, I am getting XML source errors (not well formed) when I use a form
of URL for icon that doesn't end with a file suffix, such as the one below

icon="http://links.pictures.aol.com/pic?id=a260VrNmEF17zRgNqyB3PdM8oXFx2va24u6yv
4xQp5Fd3Ig=&size=s"

Can simile XML parser/ URL handler work with this form of URI?

Thanks....fantastic tool!

Windows XP, Firefox 1.5.0.9 

[Submitted by David McVicar on simile.mit.edu] 

It's due to &. You need to encode & as & just like inside HTML.
[ Show » ]
David F. Huynh - 27/Jan/07 07:01 PM It's due to &. You need to encode & as
& just like inside HTML.

[ Permlink | « Hide ]
David McVicar - 29/Jan/07 11:03 AM
Thanks, Dave. That was it.

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