Update:
I used a newer version of eclipse IDE to create the jar and now the class/function also can be used within xslt mapping with the syntax:
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:a1="java:test.Find...
Hello,
did you also try to use your custom external JAR within a xslt mapping?
I am able to use functions of an external jar from apache in my xslt mapping, but my own functions fails as the class can't be loaded with error:
Cannot find a 1-argume...
Hi Sana,
thank you for the blog, works like a charm.
I have one question/demand. The MS active directory usually is set to a pagesize of 1000. Let's assume that we cannot increase this limit and the data set is 15000. Is it possible to loop t...