views:

28

answers:

0

Does anyone readily know if using eval() and responseText (using JSON) is faster or slower than just using responseXML?

I would imagine avoiding the eval() and using responseXML instead would be faster, despite the fact that you gotta write really long code to actually get the values of the XML.

Thanks.