Subject:xslt, xalan, using xsl:message Author:seema r Date:19 Apr 2006 11:24 PM
I am trying to terminate the xml conversion using
xsl:message terminate = "yes", the conversion is terminated, but I need to diaplay a message indicating an error. But I dont find the message being displayed any where. Is there a way to output a message indicating the termination.
Subject:xslt, xalan, using xsl:message Author:Minollo I. Date:19 Apr 2006 11:35 PM
<xsl:message terminate="yes">Stop here!</xsl:message> will stop the processor and send the "Stop here!" message to stderr. In Stylus Studio that will be visible in the Output Window.