hi,
example:
{
friends : [
{
name: 'David',
interests: 'Cooking',
},
{
name: 'Charles',
interests: 'Hiking',
},
{
name: 'Mary',
interests: 'Football',
},
]
}
Above example is put to file and uploaded to server, data is retrieved
sucessfully from json object. (here the attribute 'format' defaultly
have value 'json' and not 'text' in <os:HttpRequest> tag.)
If the above example is in xml form like:
example
<root>
<friend name="David" interests="Cooking">
<friend name="Charles" interests="Hiking">
<friend name="Mary" interests="Football">
</root>
how can i iterate and display name and interests data values?
reg,
Arun.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---