Print Debugger Information?
Posted: Wed Jul 05, 2006 9:57 am
Is it possible to print -- or save as a file -- the information that the debugger displays, e.g., the list of templates invoked. I'm trying to debug some intricate XSLT templates that are causing Xalan to throw a NullPointerException. I suspect the problem might be in a template that is being imported/included but is not invoked. So I'd like to print the list of templates that are actually invoked by Saxon.