-
Notifications
You must be signed in to change notification settings - Fork 113
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
Corner cases with #text #90
Comments
I see what might be reasonably doable. As noted in the README, this package was developed to manage data streams, not HTML. So it's really not aware of style element tags, etc. |
v2.5.4 (at tip) addresses part 1. Will get to part 2 later today or tomorrow. |
Thanks for the extremely quick updates!
No problem! I only used HTML as an example here -- the issue on my repo is for parsing XML documents. |
v2.5.5 (at tip) address part 2. |
Hey there! I'm using this library for my multi-format jq tool faq. Thanks again for such a great library.
faq converts XML into JSON, processes it with libjq, and converts it back into XML.
A user reported an issue jzelinskie/faq#85 which highlights two bits of surprising behavior that can be reproduced as follows:
Do you think these are bugs in your parser?
I could see an argument against supporting the last example since
#text
is being synthesized.The text was updated successfully, but these errors were encountered: