Buschfunk
14 years agoFrequent Contributor
Remove XML elements permanently
Hello,
I need to manipulate a request so that it is missing a complete element.
Example
Original request
<myRequest>
<element1>value1</element1>
<element2>value2</element2>
</myRequest>
Needed request
<myRequest>
<element1>value1</element1>
</myRequest>
For this, I'm switching to the XML view and delete <element2>. However when switching back to the form view the element is reinserted as an empty element <element2 />.
How can I permanently remove this element?
Sincerely,
Robert
I need to manipulate a request so that it is missing a complete element.
Example
Original request
<myRequest>
<element1>value1</element1>
<element2>value2</element2>
</myRequest>
Needed request
<myRequest>
<element1>value1</element1>
</myRequest>
For this, I'm switching to the XML view and delete <element2>. However when switching back to the form view the element is reinserted as an empty element <element2 />.
How can I permanently remove this element?
Sincerely,
Robert