Parses a single complete XML element from a string (the raw-XML escape hatch).
Intended for building a stanza payload from hand-written markup. The input must contain
exactly one root element (leading declaration/comments are ignored).
Parameters
xml: string
A well-formed XML fragment with a single root element.
Parses a single complete XML element from a string (the raw-XML escape hatch).
Intended for building a stanza payload from hand-written markup. The input must contain exactly one root element (leading declaration/comments are ignored).