'Channel about', 'title' => 'Feed title', 'link' => 'Feed link', 'description' => 'Feed description', 'item' => array( array( 'id' => 'Item about 1', 'title' => 'Item title 1', 'link' => 'Item link 1', 'Geo' => array( array( 'lat' => 'Lat 1', 'long' => 'Long 1', 'alt' => 'Alt 1' ) ) ), array( 'id' => 'Item about 2', 'title' => 'Item title 2', 'link' => 'Item link 2', 'Geo' => array( array( 'lat' => 'Lat 2', 'long' => 'Long 2', 'alt' => 'Alt 2' ) ) ) ) ); ?>