From: Jean Privat Date: Tue, 30 Jun 2015 00:48:27 +0000 (-0400) Subject: Merge: DOM XML X-Git-Tag: v0.7.6~10 X-Git-Url: http://nitlanguage.org Merge: DOM XML Hi, As Nit programmers, we might have to parse XML sometimes for one use or another. We already had a SAX parser in library for the cases when one wanted to parse a long XML document in a memory-conscious way, often at the expense of the simplicity of the end-program. This PR adds a very simple DOM parser that will need to be improved and robustified later, but who right now does the basics and should parse valid xml documents. There is still a long way to get a full spec-compliant XML parser, but this is one base. Pull-Request: #1448 Reviewed-by: Jean Privat Reviewed-by: Alexis Laferrière Reviewed-by: Alexandre Terrasa --- 42bd6e99d8101c046536ee5f428551d644d22ce4