This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Xalan Error


"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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]