Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / dom /
2018-05-10 Alexandre Terrasalib: generate `package.desc` keys to all packages
2017-11-28 Alexandre Terrasaexamples: annotate examples
2017-10-12 Alexandre Terrasalib/dom: avoid crash on empty tags data access
2017-10-12 Alexandre Terrasalib/dom: allow `xml` in tag name
2017-08-29 Alexis Laferrièredom: fix two possible out of bounds string accesses
2017-05-23 Alexis Laferrièredom: intro `XMLTag::attributes_to_map` mapping `XMLStri...
2017-05-23 Alexis Laferrièredom: return a more precise `Array[XMLTag]` as the doc...
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-08-30 Jean Privatcontrib&lib: introduce .ini for projects maintained...
2015-08-06 Jean Privatlib/dom: remove useless visibility
2015-08-06 Jean Privatlib/dom: remove `null` call warning
2015-08-06 Jean Privatlib/dom: add missing documentation
2015-08-06 Jean Privatlib/dom: give location to all parsed XML nodes
2015-08-06 Jean Privatlib/dom: remove urequired use of named arguments
2015-08-06 Jean Privatlib/dom: initialize `XMLEntity::parent` to null
2015-08-06 Jean Privatlib/dom: remove useless variable
2015-07-29 Alexis Laferrièrelib/dom: intro a checker/example program
2015-07-18 Alexis Laferrièrecontrib & examples..: update users of `join("")`
2015-06-30 Alexis Laferrièrelib/dom: intro `XMLStartTag::data`
2015-06-30 Alexis Laferrièrelib/dom: intro `XMLEntity::[]`
2015-06-11 Lucas Bajoletlib/dom: Introducing simple DOM XML parser