<channelList>
<channel>
<channelTitle>restaurants</channelTitle>
<channelDescription>channel about restaurant in the city
</channelDescription>
</channel>
<channel>
<channelTitle>people<channelTitle>
<channelDescription>channel to meet friends and love
</channelDescription>
</channel>
....
....
</channelList>
feed>
<idFeed>feedNameServerName</idFeed> //max30 character
<feedItem>
<feedIitle>restaurant longjohn</feedTitle>
<feedDescription>a good restaurant in the city...</feedDescription>
<feedLocation>latitude, longitude etc.</feedLocation>
<feedImageUrl>http://myServer/longjohn.jpg</feedImageUrl>
<feedMatchInfo>detailed info on matching</feedMatchInfo>
</feedItem>
<feedItem>
<feedTitle>restaurant JoyFish</feedTitle>
<feedDescription>a fish based restaurant...</feedDescription>
<feedLocation>latitude, longitude etc.</feedLocation>
<feedImageUrl>http://myServer/longjohn.jpg</feedImageUrl>
<feed matchInfo>detailed info on matching</feed matchInfo>
</feedItem>
....
....
</feed>