Subject:Error while debugging xslt with XalanJ 2.5.2 Author:erik meissner Date:07 Feb 2007 12:09 PM
I'm trying to debug a xslt sheet with <xsl:variable>s and <xsl:param>s and i get this error:
java.lang.NullPointerException
at com.exln.stylus.CXalanDriver.getXObjectValue(CXalanDriver.java:767)
at com.exln.stylus.CXalanDriver.getVariables(CXalanDriver.java:706)
The debugger looses almost every information of the actual context, in the 'variable window' there is no context and no variables shown. I get the correct information via the 'watch window', but this makes debugging a pain. Any idea?