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

Can not convert #RTREEFRAG to a NodeList!

Subject: Can not convert #RTREEFRAG to a NodeList!
From: "viewga" <viewga@xxxxxxxxxxxx>
Date: Tue, 30 Jan 2001 19:47:04 +0200
rtreefrag
Given an xsl with

<xsl:call-template name="tSheet">

<xsl:with-param name="headers">

<header>some</header>

<header>some more</header>

</xsl:with-param>

</xsl:call-template>

<xsl:template name="tSheet">

<xsl:param name="headers"/>

<xsl:for-each select="$headers/header">

<b>

<xsl:value-of select="."/>

</b>

</xsl:for-each>

</xsl:call-template>

</xsl:template>

Xalan reports error: Can not convert #RTREEFRAG to a NodeList!

At the same time <xsl:copy-of select="$headers" /> gives
<header>...</header>. I beleive there is no difference between TreeFragment
and NodeSet or did I miss something ???




 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.