This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: generating XSL errors


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]