We are trying to find out a way to solve the following issue, and was
wondering if there are ways to do this in Indesign CS:

We have an XML file that looks simular to this:

<book>

<record>
<field_one>First record, text in first field</field_one>
<field_two>First record, text in second field</field_two>
</record>

<record>
<field_one>Second record, text in first field</field_one>
<field_two>Second record, text in second field</field_two>
</record>

<record>
<field_one>Third record, text in first field</field_one>
<field_two>Third record, text in second field</field_two>
</record>

</book>


Each record is supose to have the same layout, like in a dictionary or
a phone book.
Example:

____
Name:
First record, text in first field
Address:
First record, text in second field
----

____
Name:
Second record, text in first field
Address:
Second record, text in second field
----

____
Name:
Third record, text in first field
Address:
Third record, text in second field
----

Are there ways to solve this issue?

Thanks in advance!

Regards,
Alan Pilgrim