LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

XML File Parsing

 Hello folks,

I want to create a labview project that you can search  through a XML file by "tag by name" to display its attributes

 

<?xml version="1.0"?>

-<release>

<device>Catapult</device>

<type>Rubber-band</type>

<name>Smart</name>
-

-<version>

<major>1</major>

<minor>0</minor>

<revision>2</revision>

</version>
-

-<date>

<day>8</day>

<month>8</month>

<year>2008</year>

</date>

</release>

 

Example, I should be able to search by name "Smart" while I get  "1 0 2" from version.

You can see my attached files.

 

Thanks

0 Kudos
Message 1 of 2
(2,314 Views)

Hi,

 

Perhaps this link might help: http://www.ni.com/example/31330/en/

 

Regards,

Lennard.C

Learning new things everyday...
0 Kudos
Message 2 of 2
(2,031 Views)