@Art: I didnt post all my code. My XML is generated fine, I just have a problem with the orange part I want to solve. @FriedEgg: I want really specific XML which i think can not be generated by a proc print or something else. @Peter C.: I work with 9.1.3 here. At other project I worked indeed with XML Libname engine, but not here because i really need specific XML @Tom: your reply is a possible answer to my question, i'm going to try it out now.. EDIT: Tom, I created my own VLIST: 'ProcessPlan','MainTool','user_id','Wafers_1','RecipeName_1','RecipeValue_1','RecipeName_2','Recip eValue_2','RecipeName_3','RecipeValue_3','RecipeName_4','RecipeValue_4','RecipeRptName_1','RecipeR ptValue_1','RecipeRptName_2','RecipeRptValue_2','RecipeRptName_3','RecipeRptValue_3','RecipeRptNam e_4','RecipeRptValue_4','RecipeRptName_5','RecipeRptValue_5','StepServices_1','StepServices_2','St epServices_3','StepServices_4','StepServices_5','col_ins_id','sstrMainStep','sstrCycleTimeExpected ','sstrReleaseStatus','RecipeParameters_1','RecipeParameters_2','RecipeParameters_3','RecipeParame ters_4' When i want to loop through the list it seems to cut these long parameternames somehow, any idea what this could be? Variable like ProcessPlan, Maintool, User all goes ok till Recipename_1.. EDIT: Solution: Adding a format for _name Thanks Tom!
... View more