10-16-2020 06:53 AM
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>
10-16-2020 07:10 AM
Great.
10-16-2020 10:40 AM
@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
10-17-2020 09:13 AM
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