I have an XSL that sets a variable as return value of call-template. If I use built in processor, debugger shows the value returned in variables window.
However if I use xalanJ processor, variables window show RTF-VAL for that variable.
Subject:Re: debugging XSL with xalan processor Author:Minollo I. Date:14 Apr 2003 08:48 PM
>...
>Is it a xalanJ issue?
Yes; due to a problem in the XalanJ code, we are not able to display a
document fragment as variable value. Even if the case you are describing
doesn't seem to create a "real" RTF (result tree fragment) to associate to
the variable, it is most likely that XalanJ internally represents the
result of a template invocation as an RTF...