Recently I have been looking at creating a menu system that is based on XML. What I want to achieve is a tree structure and after doing some web search (avoiding using the verb everyone else is using when refering to do web search) I came over Design Patterns and Composite.
Composite is the way of coding to create a tree structure. So I am looking more into this.
(This article will be updated)

