Adding the rest of the data is peanuts. Now to figure out a good place to
install the scripts to. The hardest part is probably keeping track of installed
scripts, and updating them when possible.
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.