|
|||
|
Hi everyone,
I'm looking to find a way to access data inside weird feed tags (using Zend Feed), and having a hard time doing it. For example: <media:title>TheTitle</media:title> <media:thumnail url='http:///whatever.com' width='123' height='432' /> I've tried every way I could think of, and didn't find much help in the docs. Any ideas? Thanks --Kyle |
|
||||
|
I haven't used this module, but have you tried looking at the array the feed is stored as with print_r or similiar? I imagine that it has these XML nodes, but getting to them may be un-intuitive.
Also this turned up in a quick google search: [#ZF-1863] Zend_Feed API is counter-intuitive and does not support many feed types by default - Zend Framework Issue Tracker More tidbits in the search: zend_feed namespace tags - Google Search |
![]() |
| Thread Tools | |
| Display Modes | |
|
|