DECLARE RF_EntityIDList REFERENCE TO Environment.Variables.IntegrationInfo.EntityIDList;
WHILE LASTMOVE(RF_EntityIDList) DO
CREATE FIELD OutputRoot.XMLNSC.EI_Common_ErrorInfo.EntityIDList.EntityID;
DECLARE RF_EntityIDListSeg REFERENCE TO OutputRoot.XMLNSC.EI_Common_ErrorInfo.EntityIDList.EntityID;
DECLARE RF_EntityID REFERENCE TO Environment.Variables.IntegrationInfo.EntityIDList.EntityID;
WHILE LASTMOVE(RF_EntityID) DO
SET RF_EntityIDListSeg = RF_EntityID;
SET RF_EntityIDListSeg.(XMLNSC.Attribute)name = RF_EntityID.name;
CREATE NEXTSIBLING OF RF_EntityIDListSeg AS RF_EntityIDListSeg REPEAT;
MOVE RF_EntityID NEXTSIBLING REPEAT TYPE NAME;
END WHILE;
MOVE RF_EntityIDList NEXTSIBLING REPEAT TYPE NAME;
END WHILE;
No help until you
a) tell us what output you are currently getting
b) tell us what you have tried ( so that we don't waste time telling you to try those things again)
If you want URGENT help, it is a good idea to make our life easy. So use [code] tags when you post XML or code - it makes everything much easier to read. You could even edit your post and add in the [code] tags now.
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