$(function(){
$.get("https://www.esankei.com/_zap/ryokou/tourdetails/cc_test_index.php?cc=103036",function(xml) { $(xml).find('tourlist').each(function() { $("#xml_render").append( '
' +
$(this).children('tour_name').text() +
'
' ); }); });
})