I am currently trying to use the XSLT2 module in a Perl script. I am currently getting an error when running the script due to including this module. The main error statement is:
Transformer.java:1: error: package net.sf.saxon.s9api does not exist
I'm assuming this means that when I installed XML::Saxon::XSLT2, it didn't know where the Saxon jar file was. I have it on my computer but I'm not sure how to get Inline::Java or XSLT2 to recognize that it's there or install it or do whatever I have to do. Sorry, I don't really know too much about Java and classpaths and what not so I'm sort of in the black on this issue.