-- Hmmm - if the stylesheet build failed (because it
couldn't find the stylesheet or the xslInURI was bad)
it should have thrown an exception.  Odd.

Oh: one idea: try also catching
TransformerConfigurationException, which is what
newTransformer actually throws when it has a problem.

-- Your URLs look to be incorrect.  The URL scheme
must be 'file:' if you're going to specify an absolute
URL; I don't remember what the spec says about case
sensitivity but I think we're case sensitive.  Also,
look into your servlet engine's documentation: when
you're inside your servlet's environment, the servlet
engine remaps lots of URL handling 'magically', so you
may not be able to specify absolute URLs to your hard
disk, you might have to specify relative URLs to the
document base location for your servlet (where your
servlet finds other files, I'd guess).

-- Also, look at the samples/servlet code that's
shipped in the Xalan-J 2.x distro - there are several
examples there which might help.

- Shane

=====
<eof aka="mailto:[EMAIL PROTECTED]";
 humor="Du sublime au ridicule il n'y a qu'un pas." />

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

Reply via email to