iOS Question ixmlsax with remote xml

tufanv

Expert
Licensed User
Longtime User
Hello

I checked the b4a verison of xmlsax . It uses

B4X:
    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 ?


TY
 
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…