I am working on the project which change the data of the element in the xml file. Forexample: i need to change the data of the
<Contact>Hitachi Contact Person</uci:Contact> to <uci:Contact> New Contact Person </uci:Contact> and my esql code is below:
SET OutputRoot.XMLNS = InputRoot.XMLNS;
SET OutputRoot.XMLNS.SemiconductorProcessDataNotification.ssdh_ns:DocumentHeader.ssdh_ns:DocumentInformation.ssdh_ns:Receiver.uci_ns:ContactInformation. uci_ns:Contact = ' New Contact Person';
Others element have gone. it seems that my program created the new message, not the modify the data in the input message.
I don't know why it created the new message and please give me the suggesstion about how i can modify the data of the element in the xml file with namespace.
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