I need help in parsing the data (attached) through http://. I got the example "XMLSaX" (something similar on what I want to do but the parsing is done from xml file), can anyone help me on what I should do to get the data?
Sorry for the confusion, actually what i want to know is how to link to xml (http) instead of of using xml(file), the command to link to the xml file is "in = File.OpenInput(File.DirAssets, "rss.xml")"
but i want to get the data directly from http, how?
Thank you.