Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6621499
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T21:16:22+00:00 2026-05-25T21:16:22+00:00

I am using jQuery AJAX to get a XML file with: $.ajax({ type: GET,

  • 0

I am using jQuery AJAX to get a XML file with:

$.ajax({
            type: "GET",
            url: phoneXmlPath,
            dataType: "xml",
            contentType: "text/xml; charset=utf-8",
            success: function(xml){
                $(xml).find("phone[phone_id="+phone_id+"]").each(function(index, value){
                    var tis = $(this);
                    tis.children().each(function(){
                        alert($(this).nodeName);
                    });
                }); 

            },
            error:function(xhr,type){
                if(type == null){
                    var errorMsg = "There was an error loading the phone.xml file!<br/>Please make sure the path to the xml file <strong>'"+phoneXmlPath+"'</strong> is correct.";
                }else if(type == "parsererror"){
                    var errorMsg = "There is an error in the file <strong>'"+phoneXmlPath+"'</strong>.";
                }else{
                    var errorMsg = "An error has been detected.";
                }       
                popup.removeClass("loading").html("<p><strong>Error:</strong> "+errorMsg+"</p><p><strong>Type of error:</strong> "+type+".</p>");       
            }           
        });

In this part: alert($(this).nodeName); how could I save everything to a variables that I can later access. E.g further down the code I would like to be able to do: “phone.title” and access all of the phone children elements.

XML file

<phones>
<phone>
    <phone_id>123</phone_id>
    <title>Phone title</title>
    etc....
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T21:16:23+00:00Added an answer on May 25, 2026 at 9:16 pm

    Use the JavaScript XML parser – http://www.w3schools.com/xml/xml_parser.asp

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I make an AJAX request like so using JQuery: $.ajax({ type: GET, url: getvideo.php,
I'm trying to get the contents of an xml file using jQuery's ajax function.
I'm loading a XML file via Ajax using jQuery. For my tests, I use
i am parsing Xml using ajax function in jquery in a jsp file $.ajax({
I am using jQuery.ajax to parse some xml from a file. Everything works fine
Im trying to load an xml file using the jquery ajax function,it works fine
I want to load a xml file using Jquery . The xml is generated
I want to start jquery slide show on click, using xml file, please anyone
I'm trying to generate some XML for a jQuery.get (AJAX) call, and I'm getting
Using Jquery I am parsing an XML file and adding an attribute to every

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.