Skip to content

Instantly share code, notes, and snippets.

@deanhunt
Created April 10, 2013 19:08
Show Gist options
  • Save deanhunt/5357527 to your computer and use it in GitHub Desktop.
Save deanhunt/5357527 to your computer and use it in GitHub Desktop.
XML Validation Error in Firefox
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