XMLports issue

Greetings,

With XMLports, how can I define that an element is to be printed, more than once, depending of the number of relations on other table?

Example:

(…)
[1,1]
[1,1]
[0,n]
(…)

the element needs to be filled from another table where the comments are defined (for instance by idNumber table key).

The desirable result of the genarated file is:
(…)
John Smith
9999999
comment 1
comment 2
comment 3
(…)

Anyone can help me please??
Thank you very much!!

Hi Joey,

You can create the XMLport using table elements and indenting the elements. You then link the tables in the properties tab. Have a look at XMLport 99008510 Outbound Sales Invoice to see how it exports multiple lines per invoice.

Hope this helps