The page you're trying to embed is a normal HTML page, which isn't a valid gadget by itself.
One workaround is to wrap that URL in a gadget by creating a new file with something like the following: <Module> <ModulePrefs title="maashaack contributor" /> <Content type="url" href="http://spreadsheets.google.com/ embeddedform?key=pGIxRmvuySOU22XjoDy-HYg" /> </Module> Then point to that in your gadget tag instead. For example, if you hosted the file in your repository under "/gadgets/contributor.xml": <wiki:gadget url="http://maashaack.googlecode.com/svn/gadgets/ contributor.xml" width="320" height="1075" /> Let me know if you have any questions. Daniel On Oct 23, 8:38 am, zwetan <[EMAIL PROTECTED]> wrote: > Hi, > > first thank you for this great feature to be able to embed gadget in > the GC wiki, it rocks :) > > here what I try to do: > > I got a google spreadsheet form > herehttp://spreadsheets.google.com/embeddedform?key=pGIxRmvuySOU22XjoDy-HYg > > google docs give me that tag to embed > <iframe src="http://spreadsheets.google.com/embeddedform? > key=pGIxRmvuySOU22XjoDy-HYg" width="310" height="1075" frameborder="0" > marginheight="0" marginwidth="0">Loading...</iframe> > > I try to embed it like that in the wiki > <wiki:gadget url="http://spreadsheets.google.com/embeddedform? > key=pGIxRmvuySOU22XjoDy-HYg" width="310" height="1075" frameborder="0" > marginheight="0" marginwidth="0" /> > > and I obtain this error > ---- > org.apache.shindig.gadgets.spec.SpecParserException: Malformed XML in > filehttp://spreadsheets.google.com/embeddedform?key=pGIxRmvuySOU22XjoDy-HYg > Error 500 > ---- > > I know the feature is quite new, but really guys > if you could find the time to look into embedding google spreadhseets > in the wiki > that would be huge > > it allows > - contributor form > - features vote > etc. > > :) > > cheers, > zwetan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hosting at Google Code" 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-code-hosting?hl=en -~----------~----~----~----~------~----~------~--~---

