[PLZ HELP] XMLPorts multiple child nodes

joeymansonjoeymanson Member Posts: 13
Greetings,

Here is the problem I'm tring to solve:
I have a table with information of diferent warranties.
My XMLPort generates information of customers, witch can have more than one warranty.

The structure of the XmlPort is like this
(...)
warranty
--warranty type
--warranty value
(...)

where warranty is defined as the warranty table with the link fields for the customer table, and warranty type and warranty value as fields of that table

Everything works fine, but the result of the XML file is like
(...)
<warranty>
--<warranty type1>
--<warranty value1>
</warranty>
<warranty>
--<warranty type2>
--<warranty value2>
</warranty>
(...)
and i need to be like:
<warranty>
--<warranty type1>
--<warranty value1>
--<warranty type2>
--<warranty value2>
</warranty>

Is there any chance of making multiple child nodes inside a parent node, depending on the number of fields matching the criteria i define?

Thanx in advance guys,
Joey Manson

Comments

  • joeymansonjoeymanson Member Posts: 13
    Please, can someone help me with this issue? I'm a little desperate here :shock:

    Thank you.
  • GinetoGineto Member Posts: 1
    Hi there!

    I have the same problem here. Please someone can help us?

    ](*,) :?:


    PEACE
Sign In or Register to comment.