| |
pelegk2
Posts: 79
Score: 0
Joined: 3/27/2005
From: Israel
Status: offline
|
i have an xslt file, in which i want to edit and add a lot of data. i need to search the xslt file from node 6 and above,and any place that there is a node like (for example): <xsl:element name="rjt">80</xsl:element> (***) i need to add 2 more elements : <xsl:element name="dbv">asf</xsl:element> <xsl:element name="qav">65321</xsl:element> and the data for this elemtns is taken from anothe file. how can i find all the nodes like (***) and add below then the above 2 lines?
|
|