So, am I sitting here with a Google Geocoder that returns XML via 'GOOGLE_URL / xml? address = input & sensor = false '. I need to get it using Java and parse it into a JSON object and send it forward.
How am I going to do this? (No, this is not homework) Please note that it is advisable to do this in standard libraries. At the moment I am trying to work if it can be done, for example, SAX.
source
share