LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

XML Append Child - error 2603

I need to append a child to a XML structure from another XML structure. Labview 2011 pop-up the error 2603:

Internet Toolkit:  Node was used in a different document than the one that created it (that doesn't support it)
=========================
LabVIEW:  Used a node in a document other than the one that created the node, and which does not support the node.

 

I used the property append chils as well as in the figure I report. What is wrong?

Thanks

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

I can see two ways to do it...

 

XMLImportNode.png

 

XMLappendchild.png

 

 

TIP: to get the XML function to work properly you MUST ALWAYS close off ALL opened nodes.

If you have missed/forgotten to close off a node, shut down LabVIEW completely to release the open reference.

Troy - CLD "If a hammer is the only tool you have, everything starts to look like a nail." ~ Maslow/Kaplan - Law of the instrument
Message 2 of 2
(2,750 Views)