(2nd post to get by 'no links on first post restriction'):
running:
prince -o tsoy-a5.pdf
http://bzr.mausdompteur.de/schatten/tsoy.html:
prince:
http://bzr.mausdompteur.de/schatten/hyphenation/hyph_de_DE.dic: error: can't open input file: No such file or directory
I didn't obscure the URL so you can see it's accessible.
Running prince locally on the server (linux amd64) gives the same error.
If I run it locally on the server reference the html file to convert directly, I get no errors (in $WEBROOT/schatten/: prince -o tsoy-a5.pdf tsoy.html).
Here's my hyphenation definition from the css file:
prince-hyphenate-patterns: url("hyphenation/hyph_de_DE.dic") ;
hyphens: auto ;
prince-hyphenate-before: 2;
prince-hyphenate-after: 3;
I run prince 6.0 rev 6 on both ends.
if I change pricne-hyphenate-patterns to url("
http://bzr.mausdompteur.de/schatten/hyphenation/hyph_de_DE.dic"),running prince agains the local file fails, too.
Is this expected behavior?