Improvement of XML parsers

Hello,
I noticed that reading XML files is quite hard. It will be nice to have functions like GetChildByName or GetChildNumber. It’s important in cases when XML is generated/edited by human - and order of nodes is uknown or when some nodes doesn’t exist. Making loops to look for nodes it’s not complicated but makes code much longer.

Hi,

if you have usecase which is appropriate for this kind of development we definitively encourage you to file a Pull Request on github.com/root-mirror.
Don’t forget to add a test and an example tutorial!

Looking forward to it,
Danilo