Hi all,
I am transitioning a bunch of data from html (yuck!) to some sort of separated schema. I was going to use xml:
<events>
<event>
<title>
<date>
<speaker>
<description>
</event>
</events>
but now I am wondering if I should use a real database instead. Can anyone comment on when it is appropriate to use XML and the difference in the case when you would want to use SQL?
Thanks,
David