|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: msxsl.exe doesn't show xsl:message
>From the MSDN documentation for <xsl:message /> The <xsl:message> element provides a mechanism to debug XSL Transformations (XSLT) style sheets in progress. Whenever an <xsl:message> element is encountered, if the terminate flag is set to "yes" (the default), then the XSLT processor quits, and sends a system-level error message. Expressions contained within the <xsl:message> element evaluate relative to the current context, making message a good way to watch individual elements. If terminate is set to "no", then the Microsoft XML Parser (MSXML) 3.0 ignores the command. This is a good way to disable error handling without removing it entirely from your Extensible Stylesheet Language (XSL) style sheet, although upcoming implementations can send such messages out to a log file. (This is not currently supported.) It doesn't look like the message gets sent to the console. Just sends a system-level error message. -Corey "Bryan Rasmussen" <bry@xxxxxxxxxx> 03/27/2002 08:15 AM Please respond to xsl-list To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx cc: (bcc: Corey Haines) Subject: msxsl.exe doesn't show xsl:message anyone know how to get xsl:message passed through to the console window when running msxsl.exe? XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
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
|






