Table of Contents

trim attribute

Specifies whether to remove leading and/or trailing whitespace.

Content Type

EnumInterpretTypeTrim

Parent

Type

Remarks

You can specify the following values. If you add both values, separate them by a semicolon (”;”).

  • left: all leading whitespace will be removed
  • right: all trailing whitespace will be removed.

Examples

<Type trim="left;right">String</Type>