Hi all,
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
|