Apparently, when the very first character of the XML was different from <, parsing would fall into an infinite loop. I'm not sure if anything other than the first character could cause the same issue.
Let me know if we can throw a better error message.
Fixes #28
Apparently, when the very first character of the XML was different from
<
, parsing would fall into an infinite loop. I'm not sure if anything other than the first character could cause the same issue.Let me know if we can throw a better error message.