RE: [xsl] Saxon custom extensions problem

Subject: RE: [xsl] Saxon custom extensions problem
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 18 Oct 2001 12:53:12 +0100
> Alltogether, it looks like this:
>
> E:\test>java -cp e:\saxon\saxon.jar;e:\test;. com.icl.saxon.StyleSheet
> toupper.xml toupper.xsl > out.xml
> java.lang.NullPointerException
>         at
> com.icl.saxon.StandardErrorListener.getExpandedMessage(StandardErrorL
> istener.java:174)

I'll fix the bug in the error handler - it's not dealing properly with a
nested exception that has no associated message.

I assume that changing the class to public fixed the original problem -
thanks to Joerg for spotting it. I've made the same mistake myself and had
great difficulty finding the error.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread