Property Node (XML)

Owning Palette: XML Parser VIs and Nodes

Requires: Base Development System

Gets (reads) and/or sets (writes) properties of an XML reference. The node operates in the same way as a standard Property Node.

National Instruments recommends that you use the Close VI to close all the references after using the XML parser classes.

Example

 Add to the block diagram  Find on the palette
reference is the refnum associated with an XML parser object that is already open.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
property 2..n are examples of properties you want to set (write).
reference out returns reference unchanged.
error out contains error information. This output provides standard error out functionality.
property 1..n are examples of properties you want to get (read).

Example

Refer to the Generate XML String with Parser API VI in the labview\examples\File IO\XML\Parse XML directory for an example of using the Property Node (XML) function.

 Open example  Find related examples