Equinix_Inc_Sup
14 years agoOccasional Contributor
Inserting the constant tags in between the request
I got the following Request:
<a>
<a1>
<a11>123</a11>
</a1>
<c1>
</c1>
</a>
Now I want to append the following tags(Which does not come from the privious response) after <a11>123</a11>.
Folllowing is the content to append in between the xml request(once it is appended it has to be there in the request physically,not in memory or in variable).
<b11>abc</b11>
<b12>def<b12>.
Can you please let me know the way to do it.I tried with xml holder but I failed.If you can give me working example that will be great.
<a>
<a1>
<a11>123</a11>
</a1>
<c1>
</c1>
</a>
Now I want to append the following tags(Which does not come from the privious response) after <a11>123</a11>.
Folllowing is the content to append in between the xml request(once it is appended it has to be there in the request physically,not in memory or in variable).
<b11>abc</b11>
<b12>def<b12>.
Can you please let me know the way to do it.I tried with xml holder but I failed.If you can give me working example that will be great.