Reading server-side XML with JavaScript and jQuery

Posted by Nick Lowman on Stack Overflow See other posts from Stack Overflow or by Nick Lowman
Published on 2010-06-14T10:44:20Z Indexed on 2010/06/14 10:52 UTC
Read the original article Hit count: 228

Filed under:
|

Hello, this is quite a simple question hopefully.

Our client currently has a Flash banner ad on their site which they can change the text size, colour, position etc. by editing an XML file. They want to scrap flash and use JavaScript and jQuery. Now, as long as the XML file is at a readable URL I should be able make an AJAX request for the file and use it. Is that correct?

Many thanks

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery