Simple XML - Dealing With Colons In Nodes

前端 未结 4 488
悲&欢浪女
悲&欢浪女 2020-11-22 14:40

I\'m trying to read an RSS feed from Flickr but it has some nodes which are not readable by Simple XML (media:thumbnail, flickr:profile, and so on)

4条回答
  •  暖寄归人
    2020-11-22 15:00

    With the latest version, you can now reference colon nodes with curly brackets.

    $item->{'itunes:duration'}
    

提交回复
热议问题