Which works fine in stylus studio using all but the "java builtin" and "custom" processors which i've setup to use Xalan 2.7.1
Sadly our application uses Xalan-J 2.7.1. Can anyone think of a reason this will not work using the java based engines? Could it be that since it's a recursive function that it's a memory issue. It's only being called with maybe 5 or 6 ID's??
Any help will be met with more than ample gratitude.
Subject:calling nested external function using xalan Author:keri hughes Date:29 May 2008 11:12 AM
I agree with your analysis and have put this right however, I would have got an error had the mysheet.xslt not been able to include the myfuncs.xsl file.
I've now put the "function" inline, of course it's ceased to be a function like this and it seems to work ok, I think though, just a little inelegant.