Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

switching to Saxon XSLT processor

843834Apr 14 2006 — edited Apr 21 2006
Hello,

I have been dealing with the following problem :
I have a jdk1.5.0_01 java application which takes an xml and generates an html by using the default XSLT processor; I need to switch to the Saxon8 processor.

I have includede the jars in the classpath (I am using Eclipse 3.1.0) and I have set the following System property :

System.setProperty("javax.xml.parsers.DocumentBuilderFactory",
"net.sf.saxon.dom.DocumentBuilderFactoryImpl");

and for this I am importing the net.sf.saxon.dom package but I am getting the error : package net.sf.saxon.dom does not exist...

I am kind of stuck... I would very much appreciate your help

Thank you for your time,
Petru Anicet
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 19 2006
Added on Apr 14 2006
9 comments
456 views