LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading XML from EasyXML

I'm trying to read attributes from XML File using EasyXML but while using it I'm not able to parse the attributes from it.

 

XML is something like this :

<image id="0" name="hello.jpg" width="1" height="2">
<polyline label="OK" occluded="0" points="4,5,6,7">
<attribute name="India">true</attribute>
<attribute name="Position">Best</attribute>
</polyline>

0 Kudos
Message 1 of 4
(884 Views)

Great.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 4
(870 Views)

@KrunalPanchal wrote:

I'm trying to read attributes from XML File using EasyXML but while using it I'm not able to parse the attributes from it.

 


What have you tried so far?

Can you attach your VI so others can look at it to help debug?

-joeorbob

0 Kudos
Message 3 of 4
(836 Views)

Have you look at the Easy XML documentation? Right-click the Easy Parse XML vi and select "Help". At the bottom of the page the is a link to open the examples and in the first paragraph there is a link the the "JKI EasyXML" documentation, plenty of informations there.

 

Ben64

0 Kudos
Message 4 of 4
(800 Views)