I have a website which has a small database of information. I don't want to use SQL because only I will be updating the database (won't be user interactive) and its a very small database so something like XML would be perfect.
I tried to do a little research, but I only really found tutorials on creating an XML file, but not how to call it with HTML.
I have little Flash knowledge, but I do know how to load specific information from an XML file into Flash. Is the same possible with HTML/Javascript, and if it is then what is my best approach?