This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Options for whitespace handling

Namespace: Smartsite.Core
Assembly:  Smartsite.SXML (in Smartsite.SXML.dll)

Syntax

C#Copy imageCopy Code
public enum WhitespaceMode
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration WhitespaceMode

Members

Member nameDescription
Inherit
Inherit from parent.
Preserve
Keep all whitespace.
Remove
Remove all whitespace.
Normalize
Convert all whitespace to single spaces.
SimpleFormat
Convert all whitespace to single spaces, but keep single line breaks.

See Also

Smartsite.Core Namespace
Advanced