Thanks! Just what I was looking for. Pedro
On Aug 5, 2:46 pm, contemplative <[email protected]> wrote: > oops!!!!!!!!! > > ..let me correct that xml example... the problem is that all special > characters must be escaped. > My previous example was a copy from firefox xml tree display... > following is a snippet of the actual xml file... > > Note the < before, and the > after each html tag... that is > the key to getting html to display as you want in your bubble ... > > <data> > <event > start="Oct 01 1992" > end="Oct 01 1993" > isDuration="true" > color="#3B9364" > title="Tech/Engineering Tech"> > <b> Temporary Assignment, Printed Circuit > Research and Development </b> October 1992 - November 1993 > <br> > <p>Automate process of height measurement of > gold-plated flex circuit contacts. > Explored the feasibility of using infrared vision > system for locating buried latent shorts in 22, 17, and 52 > layer circuit boards. Assisted in the development of > electrical test strategies for late development > stage printed circuit boards.</p> > </event> > </data> > > wjw > > On Aug 5, 1:35 pm, contemplative <[email protected]> wrote: > > > For an example of this, you can go here ->http://www.wjwieland.com/ > > and click on the "Resume" link. > > A short snippet from the xml file which feeds this timeline follows: > > > <data> > > <event start="Oct 01 2002" end="Feb 01 2004" isDuration="true" > > color="#52B88E" title="CIM Engineer"> > > <a href="http://www.ttmtech.com/"><b>TTM Technologies > > Inc.</b></a> > > <ul> > > <li>Computer Integrated Manufacturing - Printed Circuit Boards</ > > li> > > <li>Responsible for development and maintenance of integration > > of automated manufacturing systems starting at pre-production and > > extending throughout processes on the manufacturing floor</li> > > </ul> > > </event> > > </data> > > > Hope that helps. > > wjw > > > On Aug 4, 2:37 pm, pedroparamo <[email protected]> wrote: > > > > I'm using a timeline which gets its events from an xml file. How do I > > > display a hyperlink in the text of the Timeline's event bubble. I've > > > tried copying the code from the examples online into my data file like > > > this > > > > <data> > > > <event start="1930" end="1930" isDuration="true" > > > title="Canonicalization of Tanakh"> > > > > Throughout this era the <a href="http://en.wikipedia.org/wiki/ > > > Tanakh" title="Tanakh">Tanakh</a> > > > (<a href="http://en.wikipedia.org/wiki/Hebrew_Bible" > > > title="Hebrew Bible">Hebrew Bible</a>) is > > > gradually canonized. Jewish religious works that were written > > > after the time of > > > <a href="http://en.wikipedia.org/wiki/Ezra" title="Ezra">Ezra</ > > > a> were not canonized, although > > > many became popular among many groups of Jews. Those works > > > that made it into the Greek translation of the > > > Bible (the <a href="http://en.wikipedia.org/wiki/Septuagint" > > > title="Septuagint">Septuagint</a>) > > > became known as the <a href="http://en.wikipedia.org/wiki/ > > > Deuterocanonical_books" title="Deuterocanonical > > > books">deuterocanonical</a> > > > books. > > > > </event> > > > </data> > > > but nothing after the href link show up in the Event Bubble text??? > > > > Also if I'm using > > > > <event start="1929" isDuration="true" > > > title="RIETS and Yeshiva College" > > > icon="Shield_C.png" > > > image="1927CornerstoneSepia.jpg" > > > > > > > 1929--RIETS and Yeshiva College move from East Broadway on the Lower > > > East Side to the Main Building at 2540 Amsterdam Ave. in Washington > > > Heights. > > > </event> > > > > as the format for my xml file how would I replace the image with an > > > SWF or FLV video file so that when they click on the timeline event > > > the event bubble opens to display a small video player the size say of > > > my other image files. > > > > Thanks. > > > > Pedro --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en -~----------~----~----~----~------~----~------~--~---
