Now i want to get an XML online and parse this with XMLSax so i make a GET to the server, retreive the XML and then i want to convert it to an inputstream so XMLSax accepts it.
The only problem is that i don't know how to convert te string to a inputstream! I also tried with de parse2 but nothing seems to work.
Is it possible to combine the JobDone output from HTTPUtils2 with XMLSax?