Storing a parsed XML document in a varbinary column

[CR #400269] If you store a parsed XML document in a varbinary column, the document is truncated by one byte at the end. As a result, you cannot query that document.

Workaround: Do not store a parsed XML document in a varbinary column.