Hi,
having issues to resolve <startdate> and <enddate> from my event-XML.
My XMLfeed is generated by Wordpress and the "theeventscalendar" plugin.
(https://theeventscalendar.com/)
<startdate> and <enddate> are childnodes in the xml, but after trying all normal scripting-things, i still can't distillate them.
<item>
<title>Event</title>
<link>https://server/agenda/events/</link>
<comments>https://server/agenda/events/someevent</comments>
<pubDate>Thu, 31 Jan 2019 07:00:00 +0000</pubDate>
<dc:creator><![CDATA[admin]]></dc:creator>
<guid isPermaLink="false">https://server/agenda/events/someevent</guid>
<description><![CDATA[big party]]></description>
<content:encoded><![CDATA[<p>there is a big party</p>]]></content:encoded>
<wfw:commentRss>https://server/agenda/events/feed/</wfw:commentRss>
<slash:comments>0</slash:comments>
<ev:tribe_event_meta xmlns:ev="Event">
<ev:startdate>31 january | 08:00</ev:startdate>
<ev:enddate>31 january | 17:00</ev:enddate>
</ev:tribe_event_meta>
</item>