Right now I’m using XML with ASP for all of the navigation of a site, as it includes brand names, categories and holds other information about each brand.
Now, I have a couple of smaller data, less than 50 listings for each (but could grow, but I don’t think it’ll grow by hundreds), that needs to be used if not in all pages, but most pages of the website.
I was wondering, if it’s better to have these in XML as well, or would take up less time to process if they were merely arrays declared and included files where needed?