JavaScript Editor js editor     Web development 



Main Page

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]

Return 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.

Remarks

Applies To: XMLAdapter Class

See Also



JavaScript Editor js editor     Web development