Skip to content
New issue

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

not closed XML parsing error #516

Closed
b3b00 opened this issue Dec 17, 2024 · 0 comments
Closed

not closed XML parsing error #516

b3b00 opened this issue Dec 17, 2024 · 0 comments

Comments

@b3b00
Copy link
Owner

b3b00 commented Dec 17, 2024

using MinimalXmlParser to parse

<?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.

b3b00 added a commit that referenced this issue Dec 17, 2024
@b3b00 b3b00 closed this as completed in c33eb85 Dec 17, 2024
b3b00 added a commit that referenced this issue Dec 17, 2024
…-error

Bugfix/#516 not closed xml parsing error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant