Posted: Thu Mar 27, 2003 11:22 am Post subject: Coding an attibute with a value - ???
Master
Joined: 21 Nov 2002 Posts: 200
Hi!
I have to populate an OutputRoot tag with a value from the InputRoot. The OutputRoot tag occurs two times. I sther a way to code it so that teh attribute is equl to "index = 1" and the value is the value from the InputRoot? I have included my code so far:
Thanks for any help!
SET OutputRoot.XML.ChangeJob.DataArea.Job.ExternalNumbers.ExternalNumber[1] = InputRoot.XML.ATLAS_XY_QUERY.DataArea.RECORD_DATA.EXTERNAL_ONE;
SET OutputRoot.XML.ChangeJob.DataArea.Job.ExternalNumbers.ExternalNumber[1] = InputRoot.XML.ATLAS_XY_QUERY.DataArea.RECORD_DATA.EXTERNAL_ONE;
set
OutputRoot.XML.ChangeJob.DataArea.Job.ExternalNumbers.ExternalNumber[1].(XMLAttribute)index=1;
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