1 May
2013
1 May
'13
7:37 p.m.
In my opinion, an XML parser must be able to do these things: 1. To Iterate over DOM nodes tree; 2. To access the values of nodes and their attributes quickly; 3. To insert or delete nodes or attribute of an exact node easily; 4. To generate new XML from the structure which stores XML in the library.
Your work would be clearly useful. What I miss in the current implementation in property_tree is the ability to access line number and column number of nodes and attributes to be able to display useful error message not related to XML but to the values stored in the attributes. Frédéric