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
- last edited on
06-18-2025
08:11 AM
by
Content Cleaner
Hi,
Perhaps this link might help: https://forums.ni.com/t5/Components/Reference-Library-for-Converting-Between-LabVIEW-and-XML-Data/m-...
Regards,
Lennard.C