Which technique: PhoneGap, large data in xml & fast search?

doogiaxatesee

New Member
It would be glad if somebody could give me an advise which techniques I should use:- I want to build an app using PhoneGap- I got a huge amount of data (around 100 MB) in a deep structured xml- I want to proceed very fast searches over this dataMy ideas for a solution so far:- I could do the search via jQuery (but this will be slow, I think)- I could pack the data in an SQlite-DB (how??)- Or could I perhaps just build an index via SQlite and leave the datasets in the xml-file? Thanks a lot!
 
Back
Top