PreserveWhiteSpace Property

Version: Available or changed with runtime version 1.0.

Determines whether white space should be preserved in documents that are imported through an XmlPort.

By default, the product supports the XML standard by normalizing white space in attribute names and values that are imported through an XmlPort. It converts tabs, carriage returns, and spaces to single spaces. It also eliminates leading and trailing white space.

When this property is set to Yes, no normalizations are performed.

Applies to

  • Xml Port

Property Value

False to normalize white space; otherwise, true to not normalize white space. The default is false.

Syntax

PreserveWhiteSpace = true;

See Also

Properties