answersLogoWhite

0


Best Answer

XML is primarily a language which enables people to store data, it it relatively easy to write s you can more or less make up your own tags. It is however not supported by all database programs so may not be suitable for use depending upon your use.

However if you are using ASP.net I assume you can use the xml parsers in the .NET framework generally.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

an xml schema is used to validate an xml file.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Namespaces are used primarily to avoid conflicts between element names when mixing XML languages.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Le Hello

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the primary advantage of XML file formatting?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is difference between binary file and Excel file?

When referring to Excel 2007, there are two file types you can use when you save a file, XML and binary. If you save the file as binary, then there is no difference between the two. If you save the file as XML, then the XML file contains XML formatting data (explanation beyond the scope of this question) and the binary file is formatted for computers to read directly.


What are the advantage of XML over java?

XML is a data formatting standard. Java is a programming language. They are completely different tools used to solve completely different problems.


How do you create a XML file from Scratch?

it is the same way to create xml file by converting into txt you have to use the correct xml syntax ie <xml> this is to denote strat of xml file and this </xml> denotes end of xml file. You have to use the right xml code or your xml file wont be valid or well formed.


How do you see bad XML file?

You can see or view an xml file with a plain text editor like notepad or you can use a dedicated xml editor. With an xml editor you can also validate your xml file which means you can correct any errors in your xml file.


Source code of xml?

there is no source code, xml is not a programming language, its a markup language for which you create your own tags, the basic xml syntax is <xml> to start an xml file, and </xml> to end the xml file.


What kind of format is OpenDocument?

OpenDocument is an XML based file format. The advantage of using an XML format is that OpenDocument files are universally compatible with any word processing software.


What are XML schemas?

an xml schema is a blueprint for your xml file and it dictates what can and cannot be in your xml file. it also is a blueprint as i said and so it outlines the tsructure of your file, the nodes, elements, child, attributes etc


What file type reduces the chance of file corruption pdf htm xml?

XML


How retrieve xml data using php?

Ypu can use file handling function to read XML file_get_contents() file() fopen() Use SimpleXML Library simplexml_load_string - Interprets a string of XML into an object simplexml_load_file - Interprets an XML file into an object


What is the extension of HTML and xml?

You mean the file extension, right? HTML: .html or .htm XML: .xml


What is the structure of xml?

xml is a markup language with a fairly simple structure. you use <xml> to strat an xml file and use </xml> to denote the end of the fiel. Within the file, you can use any tags you like, you can have attributes, elements and child elements.


What are the Component of an XML Document?

what are the component of xml document what are the component of xml document