Owning Palette: LabVIEW Schema VIs and Functions
Requires: Base Development System
Converts any data type you wire to anything and converts it to an XML string according to the LabVIEW XML schema.
If anything contains the characters <, >, or &, the function converts those characters to <, >, or &, respectively. Use the Escape XML VI to convert other characters, such as ", to XML syntax.
Add to the block diagram | Find on the palette |
Refer to the Flatten and Unflatten XML.lvproj in the labview\examples\File IO\XML\Flatten and Unflatten XML directory for an example of using the Flatten To XML function.