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 HPE Content Component. By default, HPE Content Component removes spaces and creates an empty tag. For example, <A> </A>
becomes <A />
.
HPE Content Component 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: |
|