Re: [xsl] Provider for javax.xml.transform.TransformerFactory cannot be found

Subject: Re: [xsl] Provider for javax.xml.transform.TransformerFactory cannot be found
From: Benjamin Johnston <s355171@xxxxxxxxxxxxxxxxx>
Date: Tue, 8 Jan 2002 17:00:57 +1000 (GMT+1000)
> What i try do do is to use the Transformer with ByteArray-Streams. Should
> this work?
> ....
> ....
> byte[] buffer = new byte[65535];

This isn't the cause of your problems, but you really should try to avoid
hard-coding constants... particularly one like that which might limit the
sizes of files you can handle.

> Result: Provider for javax.xml.transform.TransformerFactory cannot be found
>
> I have tried it with Test-Files instead of the ByteArrayStreams but the
> result was the same.
>
> I use xerces.jar, xml-apis.jar (xalan-j_2_2_D14)

Would you have happened to have unjarred, unzipped or modified these
files?

-Benjamin Johnston
s355171@xxxxxxxxxxxxxxxxx


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread