multipage XML automatisation
Hej there,
I am attempting to build an automated multipage InDesign document via XML – one long XML (which changes for every month) and one 1-page INDD master, which combine to one ~30-page INDD per month.
It works perfectly when I have a 30-page document with all the XML-elements linked to all the textframes on every page. But the next step would be to have just one page in InDesign and have it automatically expand according to the XML. That way, I wouldn't have to do the same thing 30 times when something has to be changed structurally or with the fixed elements...
According to the following thread, it should be possible without scripting (which was my first thought, too) and it sounds rather simple: https://community.adobe.com/t5/indesign/build-xml-structure-by-scripting/m-p/11012846?page=1#M180624
(I posted there, too, but as it's marked as solved, I was uncertain whether it'd get any attention)
So I reworked my project file, but to no avail.
Then I tried it in a dummy XML file + project:
<content>
<event1>
<a>ASDF1</a>
<b>QWER1</b>
</event1>
<event2>
<a>ASDF2</a>
<b>QWER2</b>
</event2>
<event3>
<a>ASDF3</a>
<b>QWER3</b>
</event3>
</content>
... but nothing changed. Just page one worked.
I tried to have <event> containers without the digit, I tried adding empty pages beforehand and I tried out the different import-options – no luck 😕😕 I also played around with the master page, but it doesn't seem to have anything to do with it...
I'm out of ideas, do you have any? °-° 🙂
Thanks and best wishes
Mathis