joelwross / coloradocollegegame

Automatically exported from code.google.com/p/coloradocollegegame
0 stars 0 forks source link

XML authentification #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
At some point we're probably going to want to specify _which_ XML tags are
required to be specified in the .ccel and .ccw files. For example, we'll
need to have <name> tags on everything in .ccel, and <position> tags on
everything in .ccw (or not). We should set up the Factories to make sure
these tags exist, and not load stuff if they're missing a vital tag. And
then if a tag is not required (like rotation or scale or something), then
we need to make sure that the variable is set to default and not left
undefined.

Not a big rush (since the errors get thrown and caught by us anyway), but
it would be good to have in the future. Maybe a project for 8th block.

Original issue reported on code.google.com by joelwr...@gmail.com on 6 Apr 2007 at 2:08