I have to say for a newbie like myself there's not that much info for dummies for a simple read XML file to listview and select!! I have found some examples but they dont really explain the basics so i'm trying to chip away at an existing and here is my first question....
Im trying to read and xml file externally but it doesn't work..
This is OK -
But this throws an error -
Anyone?
Im trying to read and xml file externally but it doesn't work..
This is OK -
B4X:
In = File.OpenInput(File.DirAssets, "xmldata.xml")
But this throws an error -
B4X:
In = File.OpenInput(File.DirAssets, "http://www.bishmedia.co.uk/default/Apps/xmldata.xml")
Anyone?