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 373037
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T14:16:09+00:00 2026-05-12T14:16:09+00:00

This is strange. I am used to IE crapping out on problems with XML

  • 0

This is strange. I am used to IE crapping out on problems with XML format, but this is the first time I have had a problem in Firefox.

The XML is created at this page:

http://www.harrahs.com/content/events/EventCalendarFeedXml.jsp?propCode=UHA&uniqueEvents=y&showTimes=y

The code I am using to pull in the XML is

    //Read XML for Events
$.ajax({
    type: "GET",
    url: "/content/events/EventCalendarFeedXml.jsp?propCode=UHA&uniqueEvents=y&showTimes=y",
    dataType: ($.browser.msie) ? "text" : "xml",
    success: function(data) {
        var xml;
        if (typeof data == "string") {
            xml = new ActiveXObject("Microsoft.XMLDOM");
            xml.async = false;
            xml.loadXML(data);
        } else {
            xml = data;
        }
        var eventNumber = 0;
        $('event', xml).each(function(i) {
            if ($(this).find("venue").text() == "The Venue") {
                eventNumber += 1;
                //Limit results to 3
                if (eventNumber < 4) {
                    $("#event" + eventNumber + "href").text($(this).find("eventTitle").text());
                    $("#event" + eventNumber + "dateTime").text($(this).find("description").text());
                    $("#event" + eventNumber + "href").attr({
                        href: $(this).find("eventDetailsPageUrl").text()
                    });
                }
            }
        });
        if (eventNumber == 2) {
            $("#event3").hide("slow");
        }
        if (eventNumber == 1) {
            $("#event2").hide("slow");
            $("#event3").hide("slow");
        }
    },
    error: function(XMLHttpRequest, textStatus, errorThrown) {
        alert("Error: XMLHttpRequest: " + XMLHttpRequest + ", textStatus: " + textStatus + ", errorThrown: " + errorThrown);
        // typically only one of textStatus or errorThrown 
        // will have info
        this; // the options for this ajax request
    }
});

I am getting a parsererror, and I can’t figure out why. Any help?

  • 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-12T14:16:09+00:00Added an answer on May 12, 2026 at 2:16 pm

    The server sends Content-Type: text/html which is not correct. It has to be text/xml. Just change your server side script to return the correct mime type and it will work.

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

Sidebar

Related Questions

I often find this strange CDATA tag in XML files: <![CDATA[some stuff]]> I have
I have this strange problem where my client will hang when it calls a
My device used to have no problem returning the correct date from NSDate, but
Starting from Android 3.2 I have this strange problem. It's very easy to reproduce:
I have this strange call stack and I am stumped to understand why. It
I have this strange issue with my web app. You see, I'm using jQuery
I’ve got this strange problem whereby the content within a scroll viewer increases in
Could someone explain this (strange) behavior? Why is the length in the first example
When using this class I get this strange exception. It is used to print
I have tried this in multiple ways: if-then-else, guards, case statements but I never

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.