"Swanson, Brion" wrote:
> The part that is most intriguing to me is that the JAXP stuff would 'sniff'
> a directory in the CLASSPATH and grab JAR files that aren't EXPLICITY listed
> in the CLASSPATH.
This doesn't happen. How are you invoking XalanJ? Does it do this from
the command line? If so, can you type
java org.apache.xalan.xslt.EnvironmentCheck
and email us a copy of the results?
If you're invoking XalanJ from a program, can you insert the lines
PrintWriter sendOutputTo = new PrintWriter(System.out, true);
boolean environmentOK =
(new EnvironmentCheck()).checkEnvironment(sendOutputTo);
or substitute your own suitable PrintWriter.
In either case, I'd like to look at the results.
Thanks,
Gary