Hi all,
I'm working with a XML file, but I've a problem..
Name:  2018-12-14 08_33_57-Window.jpg
Views: 893
Size:  124.9 KB

I've a XML file with strange structure..

I' open the file:
lsFile = "C:\Users\Fabio\Documents\Lavoro\CEGEKA\Linak\Fatt ureInput\201812\LAVERDA XML.xml"
XQUERY_OPEN(lsFile)

I read all the nodes
oNodes = xquery_node("ConditionalArea")
? xml_decode(oNodes)

but I don't see all the nodes.. the nodes with the same name are skipped...

How can I read all the nodes?

thanks
Fabio