-
Notifications
You must be signed in to change notification settings - Fork 55
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
Incorrect escaping of < > #29
Comments
buholzer
added a commit
to buholzer/xmldoc
that referenced
this issue
Apr 23, 2016
buholzer
added a commit
to buholzer/xmldoc
that referenced
this issue
Apr 27, 2016
buholzer
added a commit
to buholzer/xmldoc
that referenced
this issue
Apr 27, 2016
nfarina
added a commit
that referenced
this issue
Apr 27, 2016
Fixing #29 - Incorrect escaping of < >
Closed by #30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like that there is some escaping error going on with
< >
. Below you can see a sample xml document that was simply run through the parser. The< >
get's encoded as&lt; &gt;
.sample.xml
test-case.js
console.out
The text was updated successfully, but these errors were encountered: