Hi Jamie,
The url has unescaped characters, so the first thing I would suggest is changing that. You can read more about it here: http://code.google.com/apis/gadgets/docs/legacy/fundamentals.html#Escape There is also an "Escapifier" you can use on that page. I would also include at least a module preferences title for your gadget, so it has a name displayed in the title bar - also useful for when the gadget is minimized....e.g. <ModulePrefs title="My Gadget Title"/> . You would place this tag after <Module> before <Content type..> On Apr 1, 10:48 pm, Jaime <[email protected]> wrote: > I want to create a Gadget to display a url > "http://www.infocapitales.com/index.php?option=com_iccharts&view=showchartsin..." > > So I wrote the following (this is my fisrt gadget) > <?xml version="1.0" encoding="UTF-8"?> > <Module> > <Content type="url" href="http://www.infocapitales.com/index.php? > option=com_iccharts&view=showchartsindex&tmpl=simpleindex&format=png&TickerSymbol=IGBC, > 57,BVC&ChartType=CandleStick&ic_simple_5=0&ic_simple_20=0&ic_simple_200=0&Volume=1&VGrid=1&TimeRange=26&Band=None&ic_rsi=0&ic_macd=0&LogScale=0&HGrid=1&VGrid=0&ChartSize=IC"> > </Content> > </Module> > > And i get this on the preview of GGE > > Error al analizar las especificaciones del módulo: > línea 3, columna 320 > ...cd=0&LogScale=0&HGrid=1&VGrid=0&ChartSize=IC"> > Error de análisis de XML: > EntityRef: expecting ';' > > What can it be? Thank you so much --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" 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/Google-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
