Hi Monica: Try enclosing the text between the event tags (<event...>TEXT<.event>) with a CDATA tag:
<event...><![CDATA[TEXT]]></event> What is happining to your event is that XML is trying to interpret the <br> and it sees the ">" character and thinks it sis the end of the event tag. You might also try the following: <br> becomes: Text on first line<br>Text on second line If all else fails please see http://www.w3schools.com/XML/xml_cdata.asp I hope this helps greg On Nov 17, 5:29 am, Monica <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to insert a <br> tag(s) just before the event tag closes > so that the data within the bubble (pop up) appears on a new line. > For example, > <event start...........> The ID: 1231 describes a change required <br> > This ID: 1232 describes a another > change<br> > this id: > 1212121 > </event> > > When i try this and run it the XML ignores any data after the first br > tag. > Is there any way i can do this. Any examples will be appreciated > Thanks > Monica --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
