RE: [xsl] Is there something like a trace processing output for XSLT processing? At least with Saxon?

Subject: RE: [xsl] Is there something like a trace processing output for XSLT processing? At least with Saxon?
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 11 Dec 2009 10:54:55 -0000
> In other words: When applying a XSLT script onto a XML input 
> file all matching templates and matched XML nodes and their 
> transformation should be written to a log file.
> 
> Is this somehow possible? At least with Saxon?
> 

Try the -T option on the command line. Or you can customize it by writing
your own TraceListener.

Regards,

Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay 

Current Thread