Does Xalan care about any of the five Xerces settings that are settable during, and reported by, the configure step, which are:
File Manager: POSIX | ... Mutex Manager: Windows | ... Transcoder: gnuiconv | iconv | icu | macosunicodeconverter | windows NetAccessor: curl | socket | cfurl | winsock | none Message Loader: inmemory | icu | iconv I.e., does the Xalan runConfigure -t setting have to match a Xerces configure --enable-transcoder-* setting or does the Xalan runConfigure -m setting have to match a Xerces configure setting? Also, do any of these Xerces settings have to match each other, i.e., if iconv is used for transcoder, does it also have to be used for message loader? Thanks