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]

selecting a node from xsl -problem


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

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