1

I have an XML file that i access via an URL.

Is it possible to automatically get that file and read it? I want to do this so I can later parse it and fill some select lists. The problem I am having is how to in the first place get the XML file and read it? Can i use Ajax or jQuery or something?

1 Answer 1

2

Use AJAX(Asynchronous JavaScript and XML) because that is exactly what it is made for.

You can also use jQuery and use its AJAX Library for easy programming: http://api.jquery.com/category/ajax/

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.