| MODE |
|
Yes |
PRESERVE; REPLACE; COLLAPSE |
This attribute controls how the text fragments in themixed data ought to be parsed.It can take three values: - PRESERVE (Default value), the content of the PCDATA component is preserved and fetched as is, including white space, line breaks, tabs, etc.
- REPLACE, tabs and line breaks are duly replaced by white space before being fetched
- 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.
|