PHPでオブジェクト配列を取得して、その配列なりオブジェクトを整形して表示するためのモジュールはあるのでしょうか?
例えば、以下のようなデータです。

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:content="http://purl.org/rss/1.0/modules/content/">

<channel>

<title>コンテンツ</title>

<link></link>
<description></description>
<dc:language>ja</dc:language>
<dc:creator></dc:creator>
<admin:generatorAgent rdf:resource="http://www.codeigniter.com/" />
<ttl>10</ttl>
<image>
<title></title>
<width>213</width>
<height>40</height>
<link></link>
<url></url>
</image>

<item>
<title></title>
<link></link>
<guid></guid>
<description></description>
<pubDate>2009-03-19T19:28:36+09:00</pubDate>
</item>
<item>
<title></title>
<link></link>
<guid></guid>
<description></description>
<pubDate>2009-03-19T19:28:36+09:00</pubDate>
</item>
</channel>
</rss>

<?=$channel->item->title;?> のような感じでデータをテーブルに表示したりできますか?

カテゴリ
質問を簡潔に入力してください。
質問内容の機能を実現する助けとなるモジュールをカンマ区切りでご入力下さい。なお、モジュール名を入力すると選択リストにモジュール名が表示されますので、表示されたモジュール名を選択して下さい。
モジュールの指定や回答が入力されていない場合でも強制的に解決済みステータスに変更する場合は、"解決済み"ステータスを選択して下さい。
This is that answer to the question. It will be filtered according to the input format.
  • ウェブページアドレスとメールアドレスを自動的にリンクに変えます。
  • 使用できるHTMLタグ: <h3> <img> <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <del> <table> <tr> <td> <tbody> <thead> <th>
  • 改行と段落付けは自動的に行われます。
  • Easily link to terms in various wikis. For help, see <a href="/interwiki/1">interwiki</a>.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

書式の詳細

トラックバック
他の投稿からこのコンテンツにトラックバックを送ることを許可します。
送りたいトラックバックを1行1URLで入力してください。
追加や更新の理由を、他の投稿者が理解できるようにするための説明です。