Mobile app version of vmapp.org
Login or Join
Rambettina927

: InDesign XML Running Head I'm importing data in the following format: <?xml version="1.0" encoding="UTF-8"?> <products> <category> <Cat_Title>TITLE</Cat_Title> <sub_category>

@Rambettina927

Posted in: #AdobeIndesign

I'm importing data in the following format:

<?xml version="1.0" encoding="UTF-8"?>
<products>
<category>
<Cat_Title>TITLE</Cat_Title>
<sub_category>
<Sub_Cat_Title>SUB TITLE</Sub_Cat_Title>
<product>
<Name>PRODUCT NAME</Name>
<Weekly_Price>£5.00</Weekly_Price>
</product>
</sub_category>
<sub_category>
<Sub_Cat_Title>SUB TITLE</Sub_Cat_Title>
<product>
<Name>PRODUCT NAME</Name>
<Weekly_Price>£180.00</Weekly_Price>
</product>
</sub_category>
</category>
</products>


I've managed to get the layout done really nicely and importing well with the XML import functionality, however there is one last thing that I want to do. At the moment, the Cat_Title appears at the top of the page when it occurs (using the Keep Options).

What I want is for the title to appear at the top of every page until that category is finished. (The next category then starts on the next page).

Is that possible? Essentially what I need to do is repeat the title at the top of every page.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Rambettina927

Back to top | Use Dark Theme