switching to Saxon XSLT processor
843834Apr 14 2006 — edited Apr 21 2006Hello,
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