I managed to extract the contents of the Webcamwiz XML file but I can only get 1 image to show, the one enclosed in <HostPicture></HostPicture>.

I want to extract all the images and they are enclosed like such:
Here's the XML feed: http://feeds.webcamwiz.com/Live-Sex....am.com&ptype=1
What's the solution?
BTW, they have 2 options for the feed, XML Structure and Node.
The one I'm using is Node.
Here's the one for the XML Structure just in case it's easier:
http://feeds.webcamwiz.com/Live-Sex....am.com&ptype=1

I want to extract all the images and they are enclosed like such:
Code:
<Image> <Height>240</Height> <Width>320</Width> <URL> http://i2.pc20160301.com/imagesrv/imp_getimage?is=IMLFOH&qu=77&wm=0&fn=0915/1149915/1149915O1458161905.jpg&cctrl=public,max-age%3d2592000&wi=320&hi=240 </URL> </Image> <Image> <Height>240</Height> <Width>320</Width> <URL> http://i8.pc20160301.com/imagesrv/imp_getimage?is=IMLFOH&qu=77&wm=0&fn=0915/1149915/1149915O1458161961.jpg&cctrl=public,max-age%3d2592000&wi=320&hi=240 </URL> </Image> <Image> <Height>240</Height> <Width>320</Width> <URL> http://i1.pc20160301.com/imagesrv/imp_getimage?is=IMLFOH&qu=77&wm=0&fn=0915/1149915/1149915O1455225034.jpg&cctrl=public,max-age%3d2592000&wi=320&hi=240 </URL> </Image>
What's the solution?
BTW, they have 2 options for the feed, XML Structure and Node.
The one I'm using is Node.
Here's the one for the XML Structure just in case it's easier:
http://feeds.webcamwiz.com/Live-Sex....am.com&ptype=1


Comment