Hi,

Is there a better way to organize the < time > part of my XML than I'm doing? I'm just wondering if having a seperate node for each time is best practice. Is there a more efficient way to store this information?


Here's the way I have it set up:

< movie title="Spiderman" pic="images/spiderman.jpg" desc="Webslinger saves day yadda yadda" >
< theatre name="Famous Players" >
< week day="Monday" >
< time >3:15pm< /time >
< time >4:00pm< /time >
< time >4:45pm< /time >
< /week >
< /theatre >
< /movie >