03-28-2021 12:41 PM
Hello All,
i am try to read XML tags, but i am unable to get the XML tags automatically. is there any options like property or sample code to read xml tags( Sibling and Text Child) .
my xml attribute may change in future so if i get all tag name with that i can get "Node Text Content".
Solved! Go to Solution.
03-28-2021 11:19 PM
Does the code that joeygee7 posted here https://forums.ni.com/t5/LabVIEW/Noob-help-Creating-a-child-node-within-existing-XML/td-p/4138962 help at all? It shows accessing some parts of an XML diagram using the LabVIEW parser and getting various properties and details.
For XML tags, you can access the name using a Property Node and the "Node Name" property, I believe.
Other properties are also available (like their value, or their Child/Parent/Sibling nodes).