Created
July 24, 2017 14:28
-
-
Save binki/d2d8da8cbfe4c5b50054ca371f2505c4 to your computer and use it in GitHub Desktop.
“a” is an invalid decimal value
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ohnobinki@gibby ~ $ echo '<x>&#a;</x>' | xmllint - | |
-:1: parser error : CharRef: invalid decimal value | |
<x>&#a;</x> | |
^ | |
-:1: parser error : xmlParseCharRef: invalid xmlChar value 0 | |
<x>&#a;</x> | |
^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment