xml tags

Copy link to clipboard
Copied
Hi
I want to take multiple xml tags and display it in the indesign document like this:
<tag1><tag2></tag2></tag1>
I am reading the tag names from a xml file so i cant hard code it.I am using for each loop but it is closing the tags the way it is opening not the way i want.
Please tell me what can i do?
Please help.
Thanks
Copy link to clipboard
Copied
Hi aviR
Can you explain a little more. Do you read the tags from an XML-File? Or do you want to create an XML-structure from a text-File? What is your final goal?
kind regards
Daniel (from Switzerland)

Copy link to clipboard
Copied
hii Daniel
As i have already mentioned i am reading the tags from an xml file. I have taken the tag names in an array and want to display them the way i have shown earlier.

