XSLTGeneral questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the XSLT section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
I have to use saxon in my application that uses weblogic.
Before executing any transformation related code i added the saxon9.jar library to project classpath and i also set the property
System.setProperty("javax.xml.transform.Transforme rFactory","net.sf.saxon.TransformerFactoryImpl");
Even then i get the error
javax.xml.transform.TransformerFactoryConfiguratio nError: Provider net.sf.saxon.TransformerFactoryImpl not fou
nd
Where do i set the value.
If it needs to be set in jndi properties for weblogic can you guide how to set it from console - or the config tag in weblogic ??? file.