'Feed id', 'title' => array( array( 'text' => 'Feed title', 'type' => '' ) ), 'updated' => 'Feed updated', 'author' => array( array( 'name' => 'Author name' ) ), 'item' => array( array( 'id' => 'Entry id', 'title' => 'Entry title', 'updated' => 'Entry updated', 'content' => 'Entry content', 'source' => array( array( 'author' => array( array( 'name' => 'Source author name', 'email' => 'Source author email', 'uri' => 'Source author uri', ) ) ) ) ) ) ); ?>