dynamically changing the XSL Node

Subject: dynamically changing the XSL Node
From: "Krishnamurthy, Rama" <RKrishnamurthy@xxxxxxxx>
Date: Thu, 7 Sep 2000 14:26:43 -0400
Hi ,
     I've created a XSL file and need to change a 'for-each pattern'
dynamically.

 I guess it could be done by loading the XSL file in a 
DOM object and accessing its node.

However, I'm not sure about the syntax. Can anyone help?

For eg.
Can I access the XSL node by the following code

Set Node = XSLDoc.selectSingleNode("xsl:for-each
select='xml/rs:data/z:row/p1")

If so,how do I change the node to "xsl:for-each
select='xml/rs:data/z:row/p2"


Rama.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread