Raj,

<xsl:message> sends output to standard output, you'd have to
redirect/read it there.

yes, <xsl:message terminate="no"> will not terminate processing.

There may be a better mechanism if you want your calling code to deal
with the event.

Regards,  Philip Friedman -- Terralink Software Systems -- 207-772-6500 x101

On Thu, 7 Feb 2002 17:28:46 -0800, "Avula, Raj" <[EMAIL PROTECTED]> may have written:

|
|I am resending this message because I did not get any response to it.
|How can I catch the message thrown by xsl:message template?
|Does Xalan throughs any exception in case of xsl:message or
|does it use different mechanism to catch the message.
|
|Thanks,
|Raj..
|
|> -----Original Message-----
|> From:        Avula, Raj 
|> Sent:        Wednesday, February 06, 2002 12:10 PM
|> To:  '[EMAIL PROTECTED]'
|> Subject:     Returning message from xsl:message.
|> 
|> 
|> Hi,
|>      I want to send error messages to xalan from the xsl file using
|> xsl:message template.
|> How can I catch those messages with in xalan. And Can I to use
|> <xsl:message
|> terminate="no">
|> where I can keep sending mulitple error messages to the C++ and go a head
|> with xsl execution.
|> I want to store all the error messages and form an exception at the end of
|> the processing.
|> Please let me know How can I do this
|> 
|> Thank You,
|> Raj..
|> 
|> "MMS <firstam.com>" made the following
|>  annotations on 02/06/02 12:11:50
|> --------------------------------------------------------------------------
|> ----
|> "THIS E-MAIL MESSAGE AND ANY FILES TRANSMITTED HEREWITH, ARE INTENDED
|> SOLELY FOR THE USE OF THE INDIVIDUAL(S) ADDRESSED AND MAY CONTAIN
|> CONFIDENTIAL, PROPRIETARY OR PRIVILEGED INFORMATION.  IF YOU ARE NOT THE
|> ADDRESSEE INDICATED IN THIS MESSAGE (OR RESPONSIBLE FOR DELIVERY OF THIS
|> MESSAGE TO SUCH PERSON) YOU MAY NOT REVIEW, USE, DISCLOSE OR DISTRIBUTE
|> THIS MESSAGE OR ANY FILES TRANSMITTED HEREWITH.  IF YOU RECEIVE THIS
|> MESSAGE IN ERROR, PLEASE CONTACT THE SENDER BY REPLY E-MAIL AND DELETE
|> THIS MESSAGE AND ALL COPIES OF IT FROM YOUR SYSTEM."
|> 
|> ==========================================================================
|> ====
|> 
|
|"MMS <firstam.com>" made the following
| annotations on 02/07/02 17:30:04
|------------------------------------------------------------------------------
|"THIS E-MAIL MESSAGE AND ANY FILES TRANSMITTED HEREWITH, ARE INTENDED SOLELY FOR THE 
|USE OF THE INDIVIDUAL(S) ADDRESSED AND MAY CONTAIN CONFIDENTIAL, PROPRIETARY OR 
|PRIVILEGED INFORMATION.  IF YOU ARE NOT THE ADDRESSEE INDICATED IN THIS MESSAGE (OR 
|RESPONSIBLE FOR DELIVERY OF THIS MESSAGE TO SUCH PERSON) YOU MAY NOT REVIEW, USE, 
|DISCLOSE OR DISTRIBUTE THIS MESSAGE OR ANY FILES TRANSMITTED HEREWITH.  IF YOU 
|RECEIVE THIS MESSAGE IN ERROR, PLEASE CONTACT THE SENDER BY REPLY E-MAIL AND DELETE 
|THIS MESSAGE AND ALL COPIES OF IT FROM YOUR SYSTEM."
|
|==============================================================================

Reply via email to