Project

Profile

Help

How to get packages to compile Saxon8.5.1

Added by Anonymous over 18 years ago

Legacy ID: #3375073 Legacy Poster: Navpreet (navpreet)

Hi, I am using saxonb8-5-1 on j2sdk1.4.2. I have created an overloaded method loadCompiledStylesheet that accepts FileInputStream (need it) as second parameter in PreparedStylesheet class. But when I tried to generate a jar file with the modified code it is throwing compile errors. e.g. package org.jdom does not exist package nu.xom does not exist etc. Few errors will be eliminated when I will upgrade my java to j2sdk1.5.0. But the above described will still be there. How can I get these packages. Thanks, Navpreet


Replies (1)

RE: How to get packages to compile Saxon8.5.1 - Added by Anonymous over 18 years ago

Legacy ID: #3375429 Legacy Poster: Michael Kay (mhkay)

For JDOM, go to www.jdom.org; for XOM, go to www.xom.nu Alternatively, you don't need these packages unless you actually want to use XOM or JDOM. When you recompile Saxon, simply leave out the packages net.sf.saxon.jdom and net.sf.saxon.xom which localize all the dependencies on these packages. Michael Kay

    (1-1/1)

    Please register to reply