Hi, all
i have one project about doing pizza ordering system using PHP+XML
So about the design website part i already have bunch of ideas.
The part make me stuck is the XML part.
The following is what required:
- .
Spend some time thinking about how best to represent this menu as XML, keeping these goals in mind:
- 1
It must be easy for someone less technical than you to make changes to the menu. The XML should be straightforward to read and alter.
- 2
You must somehow keep track of each item’s category, name, price(s), size(s), and description, if any.
- 3
You should avoid duplication of data. Just because Three Aces sells Tomato & Cheese pizzas in two sizes, that doesn’t mean “Tomato & Cheese” needs to appear twice in your file!
- 4
Your model should be extensible. If Three Aces eventually decides to sell medium pizzas, they shouldn’t need to call you!
Any ideas will be really appreciated and BOW.