I have a page in ID CS, containing several text frames, which should have the same content.

If I use the same tag <Description> for all these text frames and import an XML file like this:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<Description>Ball</Description>


only the first text frame is filled with "Ball". For some reasons it would be quite inconvenient to have individual tags for every frame. Is there a solution for this?