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

Reply via email to