Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

xml response is auto coverting to text format unable to view result

  • 2 απαντήσεις
  • 2 έχουν αυτό το πρόβλημα
  • 2 προβολές
  • Τελευταία απάντηση από jscher2000 - Support Volunteer

more options

Xml Response is auto matiacally covert as simple text. unable to resolve this issue. This issue from firfox v30. Same service if I check with other browser I can able to see xml response.

Xml Response is auto matiacally covert as simple text. unable to resolve this issue. This issue from firfox v30. Same service if I check with other browser I can able to see xml response.

Όλες οι απαντήσεις (2)

more options

Hi yesprakash, Please check the encoding of the page as well as please update to the latest Firefox version 31: Update Firefox to the latest release

Applications panel - Set how Firefox handles different types of files xml can be added here, and how to check the encoding of the page:

  1. Click View > Character encoding and select the right one for xml.

https://developer.mozilla.org/en-US/d.../XML_in_Mozilla

Do you have an xml parser for the xml file? Do you have the header: header( 'Content-Type: text/xml, charset=utf-8' );

I hope this helps.

more options

If you are using XMLHttpRequest, could you provide a link to the page demonstrating this problem? It is difficult to advise on code issues without a test case.