Hi Catherine, What browser are you using? There is an issue with the syntax highlighter when using Webkit based browsers (Chrome and Safari for instance). I have just tested your code in the Gadget Editor in Google Chrome, and indeed it errored.
However, I have tested it in Firefox and it works - This issue should not affect you developing your gadget outside of the Gadget Editor or in a different browser. Kind Regards, Paul On Fri, Feb 12, 2010 at 12:43 PM, catherine goebel < [email protected]> wrote: > I keep recieveing an error with my code placed below... I am using the > google editor to write this and it tells me that i have "Invalid at > the top level of the document. Error processing resource 'http:// > hosting.gmodules.com/ig/gadgets/file/1021710586..." > <?xml version="1.0" encoding="UTF-8" ?> > > I am trying to to pull outlook, excel, and word through an external > website. Can anyone tell me what I am doing wrong??? > > > Here is my code: > > <?xml version="1.0" encoding="UTF-8" ?> > <Module> > <ModulePrefs title="Myxt Applications"/> > <Content type="html"> > <![CDATA[ > <A HREF="https://www.myxt.net/Citrix/Launch.aspx? > app=15b6a778-6816-4934-bee0-oe23b539ae58&r=8GzUPKDT">Link Word</A> > ]]> > </Content> > </Module> > > -- > 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]<google-gadgets-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/Google-Gadgets-API?hl=en. > > -- 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.
