| MODE |
|
Yes |
PRESERVE; REPLACE; COLLAPSE |
This attribute is ignored unless the PCDATA's target fieldis a character string. It can take three values: - PRESERVE (Default value), the content of the PCDATA component is preserved and fetched as is in the target field, including white space, line breaks, tabs, etc.
- REPLACE, tabs and line breaks are duly replaced by white space before being fetched into the target field
- COLLAPSE: behaves like REPLACE, but sequences of more than one white space are replaced by a single white space character.
This behaviour is directly derived from the schema's whiteSpacefacet.
|