I´m have written a parser wich parses a xml file from a from a HttpURLConnection. This works fine.
Problem: I need to rewrite this so that the xml file is loaded from l
Found the answer.. When the file was i the res/xml folder, the inputstream showed a lot of invalid characters. When i put it in the res/raw folder it worked fine.