RE: [xsl] xsl:variable containing xsl:element

Subject: RE: [xsl] xsl:variable containing xsl:element
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Mon, 29 Jan 2001 10:48:04 -0000
>
> The <xsl:copy-of select="$wholestring"/> throws the following error
> java.lang.NullPointerException
> 	at com.icl.saxon.expr.FragmentValue.copy(FragmentValue.java:444)
> 	at com.icl.saxon.style.XSLCopyOf.process(XSLCopyOf.java:65)
> 	at
> com.icl.saxon.style.XSLStyleSheet.process(XSLStyleSheet.java:472)
> 	at
> com.icl.saxon.Controller.transformDocument(Controller.java:715)
> 	at com.icl.saxon.Controller.transform(Controller.java:866)
> 	at com.icl.saxon.Controller.transform(Controller.java:901)
>
This is a bug (not one I recognize), the line number suggests you might be
using Saxon 6.0.2?

If you can send me the test files, I'll check whether the bug is cleared in
6.1 and add it to my regression test suite.

Mike Kay


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


Current Thread