Unescape XML VI

Owning Palette: LabVIEW Schema VIs and Functions

Requires: Base Development System

Converts the XML syntax for special characters back to the special characters according to the LabVIEW XML schema.

The Unflatten From XML function converts the characters &lt;, &gt;, or &amp; to <, >, or &, respectively, but you must use this VI to convert other characters, such as &quot;.

 Add to the block diagram  Find on the palette
XML String In is the XML string that contains the XML-formatted characters you want to convert.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
XML String Out is the XML string with special characters.
error out contains error information. This output provides standard error out functionality.