[jQuery] Using XML to store a large amount of data...
I might be considering XML for a job that would be better accomplished
with a database, but I'd like to make sure.
What I'm trying to do is use jQuery to call specific items from the
XML - so if the XML is composed of hundreds of <label> items, I want
to call just one, with a <name> tag inside whose value matches the
'query'. I hope that makes sense. I don't want to just call all <name>
items, but rather one of the hundreds of <label> items at a time.
Let me know if that's nonsense or otherwise!
Thanks in advance for any assistance.
Gavin