<?xml-warning?>
<error>
<stream:stream xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" to="example.com" version="1.0">
  <!-- comment -->
  <message type="chat" to="n@d" from="n@d/r" id="id1">
    <![CDATA[ some cdata ]]>
    <x name="abc &amp; xyz">ABC &amp; &#38; XYZ</x>
    <body>exit</body>
    <html xmlns="http://jabber.org/protocol/xhtml-im">
      <body xmlns="http://www.w3.org/1999/xhtml">exit</body>
    </html>
  </message>
  <stream:prefixed />
</stream:stream>
