Skip to content

Parse file that does not have closing tags #163

Answered by renggli
deepak-agendaboa asked this question in Q&A
Discussion options

You must be logged in to vote

The input you parse is not well-formed XML, which is not supported by this library. Still, you could possibly use the event-driven parser and insert close-events as needed before converting to a DOM tree?

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by renggli
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #162 on February 12, 2023 13:02.