透過JS跨網域存取XML檔

為了一些安全性的因素,通常伺服器會阻擋跨網域的XML存取,當然如果你是該網站開發者,所開發的頁面應該將會被放在被認可的網域中,不會碰到這個問題,但我們在開發前期有可能會不在所屬的網域,這樣就會造成開發上的困難,不過我們可以透過Yahoo所提供的YQL查詢語法來解決這個問題,以下就是相關的說明:

若我們在自己的電腦用以下的語法去存取一個網路上的XML

<script>
    $(function () {
        var xmlSource = "http://stanley.cloudlab.tw/crossDomainXML/testXML.xml";
        $.ajax({
            url: xmlSource,
            success: function (data) {
                console.log(data);
            }
        })
    })
</script>

很可能會出現「No Access Control Allow Origin」的訊息:

Cross doamin XML access

但如果套用上YQL之後

<script>
$(function(){
	var xmlSource = "http://stanley.cloudlab.tw/crossDomainXML/testXML.xml";
	var yqlURL = [
		"http://query.yahooapis.com/v1/public/yql",
		"?q=" + encodeURIComponent("select * from xml where url='" + xmlSource + "'"),
		"&format=xml&callback=?"
	].join("");

	$.getJSON(yqlURL, function(data){
		console.log(data)
	});
	
})
</script>
Cross doamin XML access

可以看到已經可以抓到XML內容,這樣可以讓我們較為方便的去開發,其他詳細的使用說明可以參考Yahoo YQL Guide

You may also like...

42,979 Responses

  1. CharlesrooNo表示:

    acquisto farmaci con ricetta Tadalafil generico migliore Farmacie online sicure

  2. We hope you appreciated this publish on one of the best summer time clogs for girls.

  3. LouisFoums表示:

    viagra prezzo farmacia 2023: viagra consegna in 24 ore pagamento alla consegna – viagra online spedizione gratuita

  4. If you’re frustrated with sports tools taking on area near your entrance entryway, consider a storage system arrange in the garage that encourages your family to keep the mess outside of the home.

  5. Dedication for the brand new edifice passed off on Palm Sunday, March 26, 1961.

  6. ▲ 株価表示:

    One of the most respected property to the climate-alarmist group was Environmental Safety Agency (EPA) head Lisa Jackson, who throughout her tenure unleashed a flurry of new EPA rules, earlier than she resigned from her publish earlier this month.

  7. If you don’t imagine in Angels, you may all the time change the prayer to be devoted to your private Greater Self or some other entity that matches with your spiritual beliefs.

  8. The most effective part is that there are so many colors to select from, including brilliant crimson, muted blush, basic black or white, and extra.

  9. Lakqgm表示:

    artane online buy – trihexyphenidyl for sale emulgel purchase online

  10. NOAA is a stellar science agency, and there are superb, outstanding scientists here who’re delighted to be valued and supported, and eagerly awaiting the new policies that the administration is within the means of prepping to ensure that the integrity of science is protected.

  11. 오피表示:

    Your passion for this subject is contagious.오피

  12. 株価9434表示:

    St Patrick’s Highly effective job spells , These job spells really work.

  13. 株価 9936表示:

    Burundi – Travelers should endure testing upon arrival and self-isolate whereas ready for the result.

  14. 伴 かぎ表示:

    Loaned by the Leonardville United Methodist Church in 1999 for arrangement and description and for microfilming.

  15. My brother recommended I may like this web site. He used to be entirely right. This publish actually made my day. You cann’t imagine simply how much time I had spent for this info! Thank you!

  16. Take the evergreen out of its pot (fan out the roots if they’re bunched up) and set it on high of the soil layer, making sure there aren’t any huge air pockets below it.

  17. Edisonanazy表示:

    comprare farmaci online all’estero: farmacia online senza ricetta – farmacie online autorizzate elenco

  18. When the vacationer season was over, the steamer ran between London and Australia, stopping at Ceylon, and there Olsen bought the ivory to a Cingalese jeweller for 2 imitation sapphires.

  19. Edisonanazy表示:

    pillole per erezione in farmacia senza ricetta: viagra prezzo – gel per erezione in farmacia

  20. Edisonanazy表示:

    top farmacia online: Farmacia online piu conveniente – farmacie online sicure

  21. CharlesrooNo表示:

    comprare farmaci online con ricetta Farmacia online migliore acquisto farmaci con ricetta

  22. The “coffin” (sarcophagus) was then broken and the remains of the deceased eliminated by these “tomb robbers” (Rohl 1995: 363).

  23. Sean! So exciting! I can’t wait to hear how this unfolds for you.

  24. tehu 資産表示:

    All but 2 out of eleven classes report a net constructive employment outlook, with four scoring sturdy, optimistic double digits.

  25. Carlow however not, I feel, any of Co.

  26. I will have so as to add all of those things to the to-do listing, particularly that half concerning the crazy monkeys.

  27. Perfect meal: A carne asada gringa and good conversation with a late-season baseball sport taking part in within the background.

  28. Girls need consolation and durability of their shoes, as well as a way of good style style.

  29. As an alternative to step 5, and that is extremely helpful when the answer is a fraction or decimal worth and never pleasant to work with (I do know, I really should stop talking unhealthy about my associates), you’ll be able to undergo the elimination process again with the opposite variable, and then you do not have to work with the fractions until the test course of.

  30. hello there and thank you for your info – I have definitely picked up something new from right here.
    I did however expertise some technical issues using this website, since I experienced to reload the web site a lot of times previous to I
    could get it to load properly. I had been wondering if your
    hosting is OK? Not that I am complaining, but slow loading instances times will sometimes affect your placement in google and could
    damage your high quality score if advertising and marketing with Adwords.
    Anyway I am adding this RSS to my email and can look out for a lot more of your respective interesting content.
    Make sure you update this again very soon.

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。