07-16-2014 10:23 AM - edited 07-16-2014 10:24 AM
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
10-31-2014 04:25 AM
Hi,
Perhaps this link might help: http://www.ni.com/example/31330/en/
Regards,
Lennard.C