If atomic items are appended to the sequence, then adjacent atomic items are turned in to a text node by converting them to strings and adding a single space as a separator.
If a document node is appended to the sequence, then the document node is ignored and its children are appended to the sequence.
If any other node is appended to the sequence, then it is pushed to the result as a sequence of Receiver events, which may involve walking recursively through the contents of a tree.
|
|
|
|
|
|