Hi, i need read an array into xml using one dataset in birt report, for example if my XML is datas.xml:
<?xml version="1.0" encoding="UTF-8"?>
4bb8c4f7-7a39-4fc0-b13c-4eaca8ac8e3c
1028311026
DINAMARCA
1518612497345
4bb
DAM-2018-107
1
5013292
2
5013292
3
5013292
I created 1 datasource to this datas.xml and have 1 dataset. i have 1 table to dataset and put this data in this table to obtain:
numDoc | city | name | num
So, to numDoc i have data.numDoc
to city i have data.city
but to "name" and "num" i have data.dam.name and data.dam.num the problem is the only show the first data of name and num.
How do it to obtain all result using ONE dataset.