It seems that trying to parse the following invalid XML does not yield an error, but instead it returns `""\n`: ```` <test> < <a>1</a> <b>2</b> <c>3</c> <d>4/d> </test> ````