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
ltx.parse('<o/>f') ltx.parse('<o></o>f<b/>') ltx.parse('<o>f</b>')
should fail, currently extra data is ignored
The text was updated successfully, but these errors were encountered:
xmpp.js does something like this
https://github.com/xmppjs/xmpp.js/blob/main/packages/xml/lib/Parser.js
Not sure how much ltx should enforce strict xml or what should happen on invalid xml. Perhaps it's best to leave to the users to decide?
In which case this should be documented eventually.
Sorry, something went wrong.
No branches or pull requests
should fail, currently extra data is ignored
The text was updated successfully, but these errors were encountered: