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:
via:jQuery parsing RSS and namespaced element like <content:encoded>
.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.
これで、xmlのパースも怖くないですね。
0 コメント:
コメントを投稿