Saturday, 18 April 2015

parsing lots of xml files



Atm, I'm working with 154 XML files ( that # will grow ) and I'm using js ( everything's still local - won't go live until it's sorted ) to parse them and get info out. So, I have a couple questions:


First, should I work on learning server-side parsing so I don't have the client requesting so many files ( they're about 26k each, ~4MB presently )?


Second, well, I guess a second question will depend on the answer to the first. Any help would be appreciated.


Edit: If it's not clear, I have no server-side experience. Just HTML and a little js.


No comments:

Post a Comment