Hello,
I read up on how to write XML, and the tutorials provided on AJAX and XML, but still have some difficulty figuring it out. I have the XML file on my server, and have been successfully been able to retreive the file using AJAX, and load it into the XML object.
However, the actual expressions needed to read the data are throwing me for a loop.
Could someone show me the simplest way for me to read a number from an XML file, or if XML is even the way to go if the extent of my dynamic data will only be 2 numbers?
Thanks