Posted: Mon Oct 20, 2003 6:01 am Post subject: MRM-XML: how to modify / delete an XML Attribute ?
Newbie
Joined: 20 Oct 2003 Posts: 7
I'm trying to use a compute node to modify/delete an attribute of an XML message using MRM/XML, but when I try to use the ESQL statement...
Code:
SET "OutputRoot"."MRM"."ACTION"."INPUT_OBJECT"."Software_Baseline".(XML.Attribute)"Part_Version" = 'V4.10';
...I get an output XML message where the element "Software_Baseline" has two "Part_Version" attributes, the original one and the new one ('V4.10') I added !!!
Anyone can send me a code example to do this simple operation (how to MODIFY and how to DELETE) ?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum