Subject:How to get xsl:message output whilst using the .Net Xslt Transform processor Author:chris fewtrell Date:03 Mar 2010 03:11 AM
I am using the .Net Xslt Transform (mainly becasue I am developing in .Net and I want to be able to step through the XSLT in stylus).
I note that whilst using this processor, I don't see any output in the output from xsl:messages. If I use the .Net XmlCompiledTransform I do get output.
It would be handy if I could get message output for both processors - does anyone know if this is possible?
A possibly related matter: calling System.Console.WriteLine() from an extension function produces output in the output window only for the compiled output. I would like to write some extended logging functions and again I would like these to work whilst using the .Net Xslt Transform processor.