I'm having trouble using some of the XSLT 2.0 features in native use of Apache FOP 1.0. In particular, I get an exception when using "current-group ()".
I see that FOP uses xalan 2.6, which throws an exception.
I tried to eliminate the transitive dependency of xalan 2.6 and replace it with 2.7.1, but that did not help. Is it possible to use Apache FOP with another XSLT processor that supports more than 2.0 functions?
source share