LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

XML Parsing with JKI EasyXML - XML to Array

Solved!
Go to solution

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.

 

frontpanel.jpgblockdiagram.jpg

0 Kudos
Message 1 of 4
(3,062 Views)
Solution
Accepted by topic author DocHardinger

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

Kudos are welcome...
Message 2 of 4
(3,032 Views)

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

0 Kudos
Message 3 of 4
(3,012 Views)

 

The toolkit works, just update your cluster typedef to include an 'items' cluster around the 'item' array to work with that XML structure.

 

 Parse-xml.PNG

Message 4 of 4
(2,584 Views)