Links are not active on this page.
 PreserveWhiteSpace Property

Preserves or removes white space from XML output. Read/write.

PreserveWhiteSpace applies only when executing the XMLAdapter LoadXML and ToXML methods, which respectively retrieve and create XML consistent with these settings. PreserveWhiteSpace does not apply to data in a CDATA section.

XMLAdapter.PreserveWhiteSpace [= lValue]

Expand imageReturn Value

lValue

Logical data type. The following table lists the values for lValue.

lValue Description

False (.F.)

Removes white space. (Default)

True (.T.)

Preserves white space.

Expand imageRemarks

Applies To: XMLAdapter Class

Expand imageSee Also