02-28-2018 02:55 AM
thanks, but i have only a last problem. I extract the subnode "istanza" and in xml2 you could see it, if i use path "/istanza/data" (i try various combinations : /istanza) i see an array null, could you suggest me where i make mistake? Your sincerely
02-28-2018 05:30 AM
What exactly is your expected value? Do you need to find number of data Elements or Elements inside all data?,
If you want to find elemets inside all data elements, then find the Number of nomeMnemonico and search the data elements wrt to your nomeMnemonico .
If possible Share the template of your expected result for your last problem. I will try to help you out.
02-28-2018 08:11 AM
thanks, i have to scan the child of this subXML extract (and you could check it by XML2) and with an elementary subvi (that i have) i would extract the attribute and data of this node. I try with (first child and nextsibling) and with path (/istanz/data) to find the array of elements but it doesn't work. in the first case it return only the first child and not the sibling, in the second case the array is null, why?