Re: [xsl] Why does the doc() function reject non-ASCII characters in the filename?

Subject: Re: [xsl] Why does the doc() function reject non-ASCII characters in the filename?
From: "Imsieke, Gerrit, le-tex" <gerrit.imsieke@xxxxxxxxx>
Date: Fri, 05 Oct 2012 17:42:41 +0200
Another reason why it failed might be that the text file that contains the file names is encoded differently from what Java expects (if your XSLT processor runs on Java).

Maybe you need to specify -Dfile.encoding=UTF8 (or whatever) when invoking Java.

Gerrit

Current Thread