I
I
Igor Dominator2014-03-25 18:28:20
JavaScript
Igor Dominator, 2014-03-25 18:28:20

How to parse remote XML using Javascript?

I will be grateful for any help. I need to make a weather app based on google maps. Use only JS. Can't find how to parse remote xml with js. I would be grateful for any articles on the topic, lessons, etc. Thanks in advance!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey, 2014-03-25
Protko @Fesor

1. load remote xml ( for Node.js , or XMLHttpRequest for browser).
2. parse

I
Igor Dominator, 2014-03-25
@SNPAC

can you elaborate please?

V
Vladimir, 2014-03-26
@Falendo

jQuery can be used?
Then jQuery.ajax() ( https://api.jquery.com/jQuery.ajax/) loads
jQuery.parseXML() ( https://api.jquery.com/jQuery.parseXML/) with this parse.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question