lib/dom: allow `xml` in tag name
authorAlexandre Terrasa <alexandre@moz-code.org>
Wed, 20 Sep 2017 21:38:49 +0000 (17:38 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Thu, 12 Oct 2017 00:49:00 +0000 (20:49 -0400)
commit93d0a8903aee8e2c9c3086de99625d1d40c36bd7
tree4810ab55c56a163634017bfd58c4e299932b7715
parent0d3529ba7691ed32d478ac8f7f5c3acd7ffebf54
lib/dom: allow `xml` in tag name

I'm not sure, what was the reason of this, security concerns maybe?
In this case I can change it as an option.

But we want this parser to parse correctly formed XML documents.

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
lib/dom/parser.nit