I have an error on the line
Document doc = builder.parse(is);// doc = null;
Where at the moment of using the builder.parse it becomes null which makes the error arise and is captured by the catch (Exception ex) saying that the doc is null,...
asked by
18.09.2017 / 22:21