Hi
I'm trying to get the image from an xml site
i'm using xmlsax
this is the site im trying to get the images from
http://feeds.bbci.co.uk/arabic/rss.xml
i tried this
but no success any ideas ?
I'm trying to get the image from an xml site
i'm using xmlsax
this is the site im trying to get the images from
http://feeds.bbci.co.uk/arabic/rss.xml
i tried this
B4X:
Sub Parser_EndElement (Uri As String, Name As String, Text As StringBuilder)
If Name="url" Then
Log(Text.ToString)
End If
End Sub
but no success any ideas ?