[orkut-developer] How to fetch and access xml data?

2009-04-30 Thread test...@netcarnation.com
Problem is, data comes from server in xml form (having more items list), i fetched by using Tag, and iterated by using repeat attribute also, but here the ${Context.Index} is shown 0 and $ {Context.Count} shown as 1.(as context.count must show value which is more than 10 items itself, i.e have m

[orkut-developer] Getting data values from json object

2009-04-30 Thread test...@netcarnation.com
hi, example: { friends : [ { name: 'David', interests: 'Cooking', }, { name: 'Charles', interests: 'Hiking', }, { name: 'Mary', interests: 'Football', }, ] } By referring to Open Social Templates Developers's Guide in 'Fetching dat