in reply to Re: Java Saxon XSLT Processor and Perl
in thread Java Saxon XSLT Processor and Perl

Thanks for the suggestion.
My understanding after skimming through the Inline::Java documentation is that it permits to define classes in Java, within Perl code.
But does it permit to import and use libraries written in Java ?
  • Comment on Re^2: Java Saxon XSLT Processor and Perl

Replies are listed 'Best First'.
Re^3: Java Saxon XSLT Processor and Perl
by ikegami (Patriarch) on Feb 03, 2009 at 03:02 UTC
    Yup, you can access existing libraries directly from Perl (see the section called "Studying"), or you can write a that acts as glue between Perl and the library.