Jump to content

Flatten To XML function: Difference between revisions

From LabVIEW Wiki
Created page with "{{stub}} {{LabVIEW Palette Object Information|palette=Functions Palette/Programming/String/Flatten/Unflatten String{{!}}Flatten/Unflatten String palette|type=function|icon=Fla..."
(No difference)

Revision as of 12:31, 24 August 2020

Object information
Owning palette(s) Flatten/Unflatten String palette
Type Function
Requires Basic Development Environment
Icon

The Flatten To XML function 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.

Usage

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links