Am 15.03.20 um 11:10 schrieb Vladimir Sitnikov: >> - Document document = bd.parse(file.getAbsolutePath()); >> + Document document = bd.parse(file.toURI().toString()); > Felix, is there a reason why bd.parse(file) is not used?
Hm, good question. Maybe Philippe can answer that one, as the code came in with 60cef31c10f8c6545d9369d8f5b06cc828f52b5f. I assumed that the URI was wanted and corrected that one. Do you have a windows system, where you could test the file call? I will test it on my linux system. Felix > > Vladimir >
