PDA

View Full Version : Javascript XML direction


Jbert
Jul 30, 2007, 09:49 AM
I need some direction with my site. Do not know if what I want to do is HTML or part of the Javascript. I think this is a great challenge for someone. It involves javascript and XML.


THANKS


Jim ( [email protected] ) Jim Bertucci Photography (http://home.roadrunner.com/~3jbert/index.html)

jstrike
Aug 10, 2007, 01:41 PM
What exactly are you trying to do?
Parsing XML with JavaScript is a time consuming and slow process, you are probably better off doing something on the back end using Java or C# and then using AJAX to pull the data over.