I have a xml in which I want to replace the element(s) value with XSLT
Xml message
Code:
[INDENT]<Message>
<case>
<party1>
<!-- there are other elements -->
<notes id="1">abcd</notes>
<notes id="2">abcd</notes>
<notes id="3">abcd</notes>
-----
<notes id=n>some[/]
Leave a comment: