CSV or XML to save data?

CSV or XML to save data?

Hello,
I have a webapp that pulls data out of a MySQL DB. Now I want to make this app independet from a server so I want to save the data in a differente format and accesss it directly with Jquery. It is basiclly one table with 5 columns and about 200 lines. I think I could read this table in an array and work from there. My question now is: should I use CSV or XML to save this table? Which can be handeled better by jQuery? What are other advanteges of one or the other?

Thanks a lot!