StripXMLWhiteSpace

Set StripXMLWhiteSpace to False if you do not want to remove white spaces (spaces, tabs, carriage returns, line feeds, and so on) from XML before you index it into the Content component. By default, Content removes spaces and creates an empty tag. For example, <A> </A> becomes <A />.

NOTE: Content does not strip spaces if a field contains any non-white-space characters.

Type: Boolean
Default: True
Required: No
Configuration Section: Server
Example: StripXMLWhiteSpace=False
See Also: