I need to code a lot more, and it will be a bit hackish.
Basically, the TMMLSettings is not able to handle childs with the same name.
It can parse them into the tree, but the finding methods will not work. (They
will always find the first.)
Three possibilities:
- Delete the one we just parsed, and search again. (We will get the next
result)
- Use WalkToNode and then manually parse the node. (This is more dangerous
but doesn't delete the settints)
- Do the XML parsing semi-manually, kind of like rewriting the settings unit.