Created
April 10, 2013 19:08
-
-
Save deanhunt/5357527 to your computer and use it in GitHub Desktop.
XML Validation Error in Firefox
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
new DOMParser().parseFromString('<type>Inkblot</type', 'text/xml'); | |
// <parseerror>XML Parsing Error: unclosed token\nLocation: about:home\nLine Number 1, Column 14:<type>Inkblot</type\n-------------^<parseerror> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment