I have xml like this
<item>
<title>test title</title>
<link>www.test.com</link>
<pubDate>Sun, 27 Aug 2017 06:22:29 +0000</pubDate>
<post-id xmlns="com-wordpress:feed-additions:1">1111</post-id>
<ev:tribe_event_meta xmlns:ev="Event">
<ev:startdate>November 13, 2017</ev:startdate>
<ev:enddate>November 14, 2017</ev:enddate>
<ev:venue>venue</ev:venue>
<ev:address>address</ev:address>
<ev:city>city</ev:city>
<ev:zip></ev:zip>
</ev:tribe_event_meta>
</item>
Form this xml i am able to get title
, link
etc...
But im not able to get any data inside ev:tribe_event_meta
. I need to get the value of ev:startdate
, ev:enddate
,etc.
Please help.
Thanks in advance.
Note: I'm using Drupal Feed Import
.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…