adishin
Well-known member
I have a feed streamer question:
I have a feed that looks like this:
<message>
<time>20200519111102</time>
<content>
<messagebody/>
<text/>
<url name="someimagename.jpg" mimetype="image/jpeg">http://somepath/someimage.jpg</url>
</content>
</message>
I would like feed streamer to get the image
I have a reader defined, Vizrt.Socialize.Plugins.XML_JSON.mms.xml that reads the content but not the message
A couple of years ago this worked with <Image>{main:content/main:url}</Image> but not anymore
Any ideas?
I have a feed that looks like this:
<message>
<time>20200519111102</time>
<content>
<messagebody/>
<text/>
<url name="someimagename.jpg" mimetype="image/jpeg">http://somepath/someimage.jpg</url>
</content>
</message>
I would like feed streamer to get the image
I have a reader defined, Vizrt.Socialize.Plugins.XML_JSON.mms.xml that reads the content but not the message
A couple of years ago this worked with <Image>{main:content/main:url}</Image> but not anymore
Any ideas?