10-18-2017 04:42 AM
Hi,
I got some problems with parsing xml strings to Labview.
Im using JKI EasyXML. But i got problems to convert the XML values to an Array. What am i doing wrong?
Please take a look at the attached Vi.
Solved! Go to Solution.
10-18-2017 07:20 AM
Have a look at the examples that come with that toolkit. Your XML-string is not in a format that this toolkit will use for an array.
Regards, Jens
10-18-2017 12:13 PM
Okay thx...
ALready thought that i first need to change the string to the correct format...or i will just write my own parser... anyway thx for your answer
01-15-2019 06:27 PM
The toolkit works, just update your cluster typedef to include an 'items' cluster around the 'item' array to work with that XML structure.