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

Can not convert #STRING to a NodeList! Error..

Subject: Can not convert #STRING to a NodeList! Error..
From: "arun prasath" <arunwaits@xxxxxxxxxxx>
Date: Sat, 08 Nov 2003 21:10:21 +0530
arun prasath
Hi,
In my XSL,
from the parent template I load a XML file using document() function. and I pass this as parameter to child templates.
<xsl:call-template name="main">
<xsl:with-param name="labelsfile" select="document('English.xml')"/>
</xsl:call-template>


In my child templates, I am retrieving using
   <xsl:param name="labelsfile"/>

I also have declared a key(xsl:key) in the importing xml file in my xsl.
   <xsl:for-each select="$labelsfile">
       <xsl:value-of select="key('label','ecollab.businessfollowedby')" />
   </xsl:for-each>

when I transform this using my java program, I get the following exception.
Can not convert #STRING to a NodeList!

I want to know why we get this error usually.
please help
regards
s.arun prasath

_________________________________________________________________
Make fun prints Click here to order. http://www.kodakexpress.co.in Delivery anywhere in India.



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.