Reputation: 29
Looking at the available information in Saxonica it reports that a package name has to be registered in the EE Config file within xsltPackages/package. However I believe since SAP Integration Suite is an iPaaS solution then we will not have access to put our package names into the EE config file. Are there any other ways for a Stylesheet to find a package? Currently we are able import other Stylesheets when they exist in the same uri location as the already running Stylesheet. It would be great if would could achieve the same for Packages too? Otherwise we would be forced to store all our UTIL functions in a stylesheet as opposed to a package
Upvotes: 0
Views: 41
Reputation: 163587
There are other mechanisms for locating packages if you have access to the command line or to the Java API. I don't think there is any way of doing it if you only have access to the XSLT code.
Upvotes: 0