answersLogoWhite

0

How to display XML contents?

User Avatar

Anonymous

15y ago
Updated: 8/17/2019

Most internet browsers will display XML documents.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is XML data?

There int xml datat as such, xml stands for extensible markup language, anybody can write xml, it is simple text formay and can be read and opened with something as basic as notepad. xml data simply means the contents of an xml file, which can be anything as in xml their is no semantics, you create your own tags, values etc


What are the applications of xml?

xml can be used in data management, e publishing and in we3d design to display websites across differnt browsers.


Why xml is not used to display data?

XML is not easy on the eyes. Charts and tables are.owers XML is a way to tell the browsers how to diplay the data, but it is not visible as it it sits in the source code of the webpage or domain.


What is know as a xml?

xml stands for extensible markup language, its amarkup language that allows you to carry and display data across different platforms and systems.


What dos command display the contents of a directory?

DOSEXAFTERBREAKFAST


What sign is used n Excel to fill a column that is too narrow to display its contents?

A series of # symbols will fill the cell to indicate it is not wide enough to display the contents.


What is the output of a XSLT processor?

The output of an XSLT processor is a set of instructions that dictate how to display the XML data.


Can you display the contents of the counter variable in the body of a loop?

Yes.


What does the formula box display?

It displays contents of the active cell.


How do you display the contents of an incoming mail?

i dnt have idea, you tell me?


What does the acronym XDM stand for?

Like most acronyms, XDM can have multiple meanings depending on the context. The most common meanings are XML Documentation Markup, XML Data Mining, and X Display Manager.


Php array to xml file?

If you mean taking an array and making an xml file out of it then you would need to dump the array information into the xml file. $fp = fopen(filename, "a"); $str = <author>$array['author']</author> fwrite($fp,$str); fclose($fp); that way it will add the contents to the end of thhe file