Posted:
23-February-2005 15:42 I've looked at the xslfo module and found a bug that matches your scenario. It works when inputs are passed by value but not when passed by reference. See: http://www.1060.org/bugxter/main/edit_bug?id=44If you look at the last entry in the trace you see that the xslfo module itself is trying to resolve your application specific resource. This is because of a wrongly configured <mapping/> section on the xslfo module definition. It is a trivial fix that I'll get rolled into the next release. To patch your version you'll need to follow the following steps: 1) expand the xslfo module 2) edit the module.xml file in the root directory and replace the <this/> tag with <this><match>ffcpl:/xusr/.*</match></this> 3) jar the module up again 4) replace the old with the new |