POST body XML validation for un-escaped characters

In the POST body of a raw XML request, Postman automatically runs some validation on the structure.

<node></nodeWhoops> will cause a nice validation error.

Unfortunately, it does not indicate any errors with un-escaped characters:

<node>Fame & Fortune</node>