answersLogoWhite

0


Best Answer

xml is used on webpages and web services and can also be used to create data bases and to store and carry data.

User Avatar

Wiki User

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

Wiki User

10y ago

An XML database is software used to store data in XML format. This is used a lot in data transport. It is more efficient, easier, and cost effective to store data this way.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the XML database used for?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can xml be used to access data?

xml can be used with other technologies to access a database but xml is not a programming language on its own so cant access a database.


Is XML a database?

XML is not a database. It is a document markup language, a cousin of HTML and a descendant of SGML. Databases can read XML to import data, and export XML to other applications (depending on the capabilities of the database).


How xml store the data?

xml is not a database, its a markup language that is used to transport data, information or bits of data are kept within xml tags and carried over the internet.


What is the function of tag?

the function of xml tags is to display to web browser kind of applications, such as html, but with tags which one you wanna to type.


What is the difference between xslt and xml?

XML is a language used to store data. XSLT is a language which is used to transform XML into other XML.


What structure can you implement for the database to speed up table reads?

The most common structure used to speed up table reads is an INDEX. using xml file you can speed up your table read ....you need to refer xml details


Why xsd is used in xml schema?

An xsd is used in an xml schema as a blueprint to define what can and cannot be included in an xml file.


What is deployment descriptor in xml?

used for xml mappings


What is the primary advantage of XML file formatting?

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.


Which language used in xml?

xml is a meta language which means it is a language to describe data, their is no language per se that is used in xml, xml is simply plain text.


Can XML be used to for data storage?

Yes, XML can be used for data storage. XML store data in the form of nodes and sub-nodes.


Why XML message is used for client-server application?

XML was designed for exchanging information. It is extensible, and easily constructed, since there are no restrictions on what you can use for a tag name (unlike HTML, for example). XML data is structured in a hierarchy which can be traversed like a database. It is a very common format and means of data exchange. There are several known standards for describing how data is exchanged, and XML is a very flexible means of doing that. If an application did not use XML for data exchange then the exchange would be through a proprietary format, which would not be as flexible or portable as XML.