[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

null pointer exception in Saxon

Subject: null pointer exception in Saxon
From: "Dave Carlson" <dcarlson@xxxxxxxxxxxxxx>
Date: Fri, 2 Jun 2000 14:27:37 -0600
java hashtable null pointer exception
I'm using the extension functions in Saxon to integrate a Java Hashtable
into a stylesheet, but get a null point exception when testing a null value.
The stylesheet is setup as follows:

<xsl:stylesheet
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:hashtable="/java.util.Hashtable"
    xmlns:saxon="http://icl.com/saxon"
    extension-element-prefix="saxon"
    version="1.0" >

   <xsl:variable name="lookup" select="hashtable:new()"/>

in a template, it test this:

      <xsl:if test="hashtable:get($lookup, @name)">

But, if the hashtable key is not present in the hashtable, Saxon throws a
null pointer exception.  I would expect the expression in the xsl:if
statement to return false.  In any case, the null should be caught.  (I'm
using Saxon version 5.3.2).

Dave Carlson


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.