[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: Xalan Error


Subject: Re: Xalan Error
From: Gary L Peskin <garyp@xxxxxxxxxxxx>
Date: Thu, 26 Oct 2000 19:30:05 -0700

"Smith, David" wrote:
> 
> Hi
> I'm getting following error in while performing XSLT transformation.
> 
> Can not convert #RTREEFRAG to a NodeList!
> 
> Does anybody have any idea. I'm digging NewsGroups and on the internet.
> Please tell me if you have encountered this before.
> 
> Dave Smith
> 

You're trying to use a Result Tree Fragment as if it were a node-list,
like:

	<xsl:apply-templates select="$foo/bar"/>

or some such.  Look for uses of variables that have location steps (/)
in them or predicates.  If you can't find it, send the stylesheet to the
list.

HTH,
Gary


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



Current Thread
  • Xalan Error
    • Smith, David - Thu, 26 Oct 2000 18:18:40 -0400
      • Jim Hopp - Thu, 26 Oct 2000 16:00:37 -0700
      • Gary L Peskin - Thu, 26 Oct 2000 19:30:05 -0700 <=
Keywords