Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-incubator-dev] Re: Debugging XSL Global Variables and Parms

This looks like a specific issues with Xalan. It starts debugging at the first Template automatically, where as Saxon will start with the Global Variables and Parameters. Xalan also does lazy initialization of the variables and only initializes once they are first used.

Dave

David Carver wrote:
Doug,

It doesn't appear that the XSL Debugger for Xalan currently has implemented stopping at global variable definitions, xsl:output defintions, or global parameters. It seems that only breakpoints that are defined within xsl:templates are honored. Do you know if there is something that we need to add to the Xalan debugger or the XSLT debugger to support this. Is there something special we need to check for in the PrintTraceListener implementation?

Dave






Back to the top