Subject: selecting a node from xsl -problem
From: "Krishnamurthy, Rama" <RKrishnamurthy@xxxxxxxx>
Date: Wed, 18 Oct 2000 14:18:42 -0400
|
Hi
I'm trying to select a Xsl node and modify it during run time.
I select the node using the code
var
node=xsldoc.selectSingleNode("//xsl:for-each[@select='Customers/Customer']")
;
But I get a run time error saying "The data necessary to complete this
operation is not yet available" and it
points to the above line of code.
Can anyone tell me what the problem could be?
Thanks.
Rama.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|