2011/11/14

[jQuery]NS空間のタグを取得しにいく

RSS情報をgoogle feed APIで取得し、パースする段階において、<im:image>タグの情報を解析したいとき、どうすればいいのか?

jQueryでXMLをパースして表示するコードサンプル例
PAPERMASHUP
も確かに参考になりますが、ちょっと情報が足りなかったのですが、

こたえは、こちらにありました。

I realize this thread is fairly old but it is the first one that comes up in google when searching for this with jquery. The easiest way to do the search is with:

.find('[nodeName="content:encoded"]')

Hope that helps someone. I spent the last few hours trying to figure out a simple way to access those tags.

via:jQuery parsing RSS and namespaced element like <content:encoded>
というわけでさっそく試したところ、確かに取得できました。

これで、xmlのパースも怖くないですね。

0 コメント:

コメントを投稿