[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Where does <xsl:message> output go?
Costello, Roger L. wrote:
I know that when I run an XSLT transform from the DOS command line, the contents of <xsl:message> goes to the command line. I don't think so, it will depend on the API of the XSLT processor you use and how you set up your application to receive those messages. Saxon 9.2 has this documentation: http://www.saxonica.com/documentation/xsl-elements/message.html .NET's XslCompiledTransform has this event http://msdn.microsoft.com/en-us/library/system.xml.xsl.xsltargumentlist.xsltmessageencountered(v=VS.90).aspx to show just two examples of how processors allow you to handle the messages. What happens to the in-memory result tree when the XSLT processor encounters an <xsl:message terminate="yes"> element? Transformation fails with terminate="yes". -- Martin Honnen http://msmvps.com/blogs/martin_honnen/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|