[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Provider for javax.xml.transform.TransformerFactor

Subject: RE: Provider for javax.xml.transform.TransformerFactory cannot be found
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Mon, 7 Jan 2002 23:03:39 -0000
javax.xml.transform.transformerfactor
> I get this Error Message when i start my programm.
>
The message is presumably coming from the call on
TransformerFactory.newInstance().

I don't know specifically why you're getting it, but it looks to me as if,
for some reason, the TransformerFactory that you've successfully loaded from
the classpath, is trying to load a TransformerFactory implementation that
isn't loadable. So there's something missing from your classpath.

As for the rest of your logic, if you're controlling the transformation from
Java, I wouldn't normally use "getAssociatedStylesheet" which relies on
identifying the stylesheet from the <?xml-stylesheet?> processing
instruction in the source XML document; I would identify the stylesheet and
the source document separately from the Java code. But of course that
depends on your application requiremetns. If you do use
getAssociatedStylesheet you'll probably need to use setSystemId() so that
the system knows the URI of the source document, so it can resolve any
relative URI referring to the stylesheet.

Mike Kay

>
> 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
>


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.