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