Mayank, See http://wiki.opensocial.org/index.php?title=OpenSocial_Templates_Developer%27s_Guide Looks like you're missing a pair of braces.
Cheers, Shishir On Apr 25, 3:14 pm, Mayank M <[email protected]> wrote: > hi > > im trying to get songs info from my > serverhttp://trendsup.com/music/add/server.php > but the code is returning empty value. can someone help me out? thanks > > <script type="text/os-data" xmlns:os="http://ns.opensocial.org/2008/ > markup"> > <os:HttpRequest key="songs" href="http://trendsup.com/music/ > add/server.php?d=f&bpc=1" > format="text"/> > </script> > > <script type="text/os-template" require="songs"> > <ul> > <li repeat="songs"> > <a href="${url}"> > <img src="${albumThumbnail}"/> > ${title} BY ${artist} FROM ALBUM ${album} > </a> > </li> > </ul> > </script> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Orkut 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/opensocial-orkut?hl=en -~----------~----~----~----~------~----~------~--~---

