Oh, the HTML email client got in the way: < is supposed to be encoded as & l t ; and > as & g t ; (without those spaces in between). Just like how you would normally encode < and > in HTML.
Saad Aziz wrote: > > I am sorry but the code you sent me got stripped of the meaning? > > This is what I received: > > You need to encode those < and > as < and > > > <event start="December 1 2006 15:41:05 GMT" title="test0"> > > Some text goes here. <a href=”mylink.html”>Testing</a> > > </event> > > Are those special double quote characters? I don’t understand what the > difference between this and the original was, please explain. > > Thanks! > > ------------------------------------------------------------------------ > > *From:* Saad Aziz [mailto:[EMAIL PROTECTED] > *Sent:* Wednesday, December 27, 2006 5:26 PM > *To:* '[email protected]' > *Subject:* Need Help - Trying to link inside bubble. > > My first problem is that when I try to add a link side of the bubble, > I lose the text following the markup declaration… > > For example: > > <event start="December 1 2006 15:41:05 GMT" title="test0"> > > Some text goes here. <a href=”mylink.html”>Testing</a> > > </event> > > In this case, the bubble only Displays text up to <a href… > > So all you see inside the test0 bubble is: > > Some text goes here. > > Can someone please explain to me what I am doing wrong or missing, or > direct me to some documentation that addresses this issue? > > Secondly, > > I am interested in making the event editable on the fly… > > Has this been done before? ( Are there existing routines to handle > this, or is there is a live example of this being done anywhere?) > > The motivation behind this Is that I am trying to use the timeline to > track pushes to our live site. So our project manager needs to be able > to modify events after they have been created. > > Ideally it would be nice to click something in the bubble and have it > take you to a form to edit the contents of current event. > > The way I was envisioning this was to use something like “discuss” > inside some of the bubbles, which will load a php script which will > find the event and modify it based on the link’s parameters. > > Also I cant figure out how to get the discuss functionality going…? > > Someone please help. I have been scouring documentation all day long > without any luck. Thanks. > > ------------------------------------------------------------------------ > > _______________________________________________ > General mailing list > [email protected] > http://simile.mit.edu/mailman/listinfo/general > _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
