LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

problem open xml file

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 

 

 

0 Kudos
Message 11 of 13
(524 Views)

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.

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 12 of 13
(515 Views)

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?

0 Kudos
Message 13 of 13
(511 Views)