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!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

XML is not displayed properly in Firefox

more options

I am working on WSDL files of Soap service. WSDL is getting rendered in chrome as an xml file with all the tags. However, in firefox, only few text lines are getting displayed.

The below is the WSDL link: http://www.dneonline.com/calculator.asmx?WSDL

Is there an option to view the file in firefox similar to how its getting displayed in Chrome?

I am working on WSDL files of Soap service. WSDL is getting rendered in chrome as an xml file with all the tags. However, in firefox, only few text lines are getting displayed. The below is the WSDL link: http://www.dneonline.com/calculator.asmx?WSDL Is there an option to view the file in firefox similar to how its getting displayed in Chrome?

Solution choisie

Well when you give the XML file then I guess. As I get XML also Problem is you have no doc type. W3C.org in charge of all web code : practices and future development https://validator.w3.org/ even says when the page is run, perfect, except no <Doctype> Put a Doc type and it will display as you want.

Please let us know if this solved your issue or if need further assistance.

Lire cette réponse dans son contexte 👍 1

Toutes les réponses (2)

more options

Solution choisie

Well when you give the XML file then I guess. As I get XML also Problem is you have no doc type. W3C.org in charge of all web code : practices and future development https://validator.w3.org/ even says when the page is run, perfect, except no <Doctype> Put a Doc type and it will display as you want.

Please let us know if this solved your issue or if need further assistance.

more options

Thanks.

After adding Doctype the file is getting displayed.