This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Provider for javax.xml.transform.TransformerFactory cannotbe found



> 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@student.uq.edu.au


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]