We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using MinimalXmlParser to parse
MinimalXmlParser
<?xml version=""1.0""?> <!-- starting doc --> <root name=""root""> <autoInner name=""autoinner1""/> <inner name=""inner""> <?PI name=""pi""?> <innerinner name=""innerinner""> inner inner content
We got `Erreur de syntaxe : inattendu ('inner (line 5, column 5)'). attendu : SLASH, .``
We should expect an unexpected end of stream instead as the XML is not fully closed.
unexpected end of stream
The text was updated successfully, but these errors were encountered:
issue #516 : unit test
012f907
c33eb85
Merge pull request #517 from b3b00/bugfix/#516-not-closed-xml-parsing…
d220846
…-error Bugfix/#516 not closed xml parsing error
No branches or pull requests
using
MinimalXmlParser
to parseWe got
`Erreur de syntaxe : inattendu ('inner (line 5, column 5)'). attendu : SLASH, .``
We should expect an
unexpected end of stream
instead as the XML is not fully closed.The text was updated successfully, but these errors were encountered: