|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Provider for javax.xml.transform.TransformerFactory ca
Hi,
I get this Error Message when i start my programm.
First i have to say i'm new ;-) and i want to translate a XML (ByteArray) to
HTML in my Java Program (and not let the Browser do this job, i want to be
shure about the result ;-)). I dont have the XML Data as File (only the XSL
is stored in a File).
What i try do do is to use the Transformer with ByteArray-Streams. Should
this work?
....
....
byte[] buffer = new byte[65535];
ByteArrayOutputStream bout = new ByteArrayOutputStream();
....
TransformerFactory tFactory = TransformerFactory.newInstance();
Source stylesheet = tFactory.getAssociatedStylesheet(new StreamSource(new
ByteArrayInputStream(buffer)), media,title,charset);
Transformer transformer = tFactory.newTransformer(stylesheet);
transformer.transform(new StreamSource(new ByteArrayInputStream(buffer)),
new StreamResult(bout));
....
....
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)
English is not my language, so maybe i have misunderstood something
important. Is the TransformerFactory a solution for my problem? Should i use
something else? oder is my problem only the result of my bad design?
Thanks a lot
Regards, Reto
Switzerland
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








