DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6181>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6181

Problems with value-of and extension function





------- Additional Comments From [EMAIL PROTECTED]  2002-02-13 11:46 -------
This seems to stem from the object() method in XRTreeFrag which doesn't check
the m_xctxt member for null before dereferencing it.  There is a constructor
used by at least one subclass which leaves m_xctxt as null.

The NPE occurs during the proces of trying to call the extension.

This is very sensitive to the setup of the expression which is passed into the
function see my other comments, but

<xsl:variable name="foo">Some stuff here <xsl:apply-template
name="somename"/></xsl:variable>

doesn't work and

<xsl:variable name="foo" value="Some value"/>

works fine...

Reply via email to