I'm using the docker image `yeslogic/prince:latest`
Showing the HTML (including two SVG files referenced in a `<img>` tag) in a browsers shows two SVG images.
Prince gives this error:
```
prince: /Users/XXX/docs/usr/lib/prince/dtd/svg11/svg11.dtd: error: can't open input file: No such file or directory
prince: internal error: domain_error("float.\'/\': division by zero")
```
This raises at least two issues:
* Why does it even try to get the DTD? If it's really necessary use a bundled resource, if it ties to do so, you should ignore `--fileroot` in this case
* Why do I only get one error while two images should be processed and displayed?
Showing the HTML (including two SVG files referenced in a `<img>` tag) in a browsers shows two SVG images.
Prince gives this error:
```
prince: /Users/XXX/docs/usr/lib/prince/dtd/svg11/svg11.dtd: error: can't open input file: No such file or directory
prince: internal error: domain_error("float.\'/\': division by zero")
```
This raises at least two issues:
* Why does it even try to get the DTD? If it's really necessary use a bundled resource, if it ties to do so, you should ignore `--fileroot` in this case
* Why do I only get one error while two images should be processed and displayed?
