Subject: RE: generating XSL errors
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 14 Jul 2000 18:33:27 +0100
|
> I am combining 2 XML documents using a single XSL script. IF
> I detect an
> error in one of the documents, e.g. an expected element is
> missing, I want
> to generate an error/exception that is passed back to the Java program
> running the XSLT processor ( Xalan ).How do I generate the
> error, I would
> like to avoid extensions if possible, but if that is the only
> way its ok
>
I don't know exactly how Xalan handles it, but try
<xsl:message terminate="yes"/>
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|