xsl-list
[Top] [All Lists]

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

2012-10-05 10:43:05
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>