>- 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? Vladimir
>- 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? Vladimir