I\'m using Java and i\'m trying to get XML document from some http link. Code I\'m using is:
URL url = new URL(link); HttpURLConnection connection = (HttpUR
It could be not supported file encoding. Change it to UTF-8 for example.
I've done this using Sublime