Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

XML is not displayed properly in Firefox

  • 2 件の返信
  • 8 人がこの問題に困っています
  • 409 回表示
  • 最後の返信者: venkatasravan13

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?

選ばれた解決策

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.

この回答をすべて読む 👍 1

すべての返信 (2)

more options

選ばれた解決策

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.