Hello everyone, i'm a little confused with the new HTTP ibrary, i'm using it to retrieve a list of bus schedules which of course are returned in an xml format, i'm trying to figure out how to do this using the xmlsax library, can anyone here please help me maybe by posting an example on how i would begin doing this, i see that the new HTTP library is a bit different than the previous one, for some reason this doesn't work anymore
can anyone help me with this please.
Thanks,
walter
B4X:
Sub HttpClient1_Responsesuccess (Response As HttpResponse, TaskId As Int)
Dim in as string
in = Response.GetString("UTF8")
End sub
Thanks,
walter