Dim in As InputStream
in = File.OpenInput(File.DirAssets, "rss.xml")
parser.Parse(in, "Parser")
in.Close
to parse the xml. I have a remote xml file. Should i use httputils to download the file to a location on my phone and use the same code as above ? if yes can you post an example line for
(File.Copy2 with Job.GetInputStream) for this purpose ?