changing a node value

admin

Administrator
Staff member
i have a line like this in the xml :
<A>
<B>
<XXX>22222</XXX>
</B></A>

and i want using xsl to change the value in the XXX tag from 22222 to 88888
how can i do this?
thnaks in advance
peleg
 
Back
Top