answersLogoWhite

0

What are the applications of xml?

User Avatar

Anonymous

12y ago
Updated: 8/16/2019

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

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

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).


What is an XML gateway?

An XML appliance is a special purpose network device used to secure, manage and mediate XML traffic. They are most popularly implemented in Service Oriented Architectures to control XML based Web Services traffic, and increasingly in cloud oriented computing to help enterprises integrate on premise applications with off premise cloud hosted applications. XML Appliances are also commonly referred to as SOA Appliances, SOA Gateways, XML Gateways,Cloud Brokers.


What are the disadvantages of XML?

XML is actually highly flexible and so has many benefits and advantages, however on the downside it can be quite verbose for certain applications like in web services.


Are there any xml files for Yamaha ypg-225 or dgx-220?

The DGX-220 can play MIDI files, and there is a USB MIDI driver for these models, but there are no applications for XML files for these keyboards.


How do you get software with XML parsers?

A lot of modern software comes with XML parsers (only if they're relevant, obviously). It would take major reworking of the software in question to incorporate XML parsers. Some modern browsers, PC games, and general applications that store data use XML parsers, and come with them after installation.


How are HTML xml and java affecting business applications on the web?

This sounds like some kind of assignment of yours, however, Businesses can control their website in different ways, and make it easier for their clients to use. They also are making the applications on the web faster and easier to access, which outside of the web, it is a slower process. We can now submit resumes and request interviews on the web. HTML, XML, and Java, make the business world easier to communicate with through the convenience of the internet. That is the explanation for "business applications" if that is what you were referring to as applications, if not, then assume that html, xml, and java are the ones that make those applications, which are interpreted by the browser.


What are the coding's used in xml?

xml doesnt use any coding, its not a programming language, its a markup language for marking up and describing data to browsers and other applications, you simply use a <> opening tag and a </> closing tag to contain your xml data ie <colour>red</colour>.


What are the xml tools?

That depends on what you want to do, xml tools include; xml parsers xml validators xml editors xml schema editors xml code generators


Is XML a script language?

No, XML (Extensible Markup Language) is not a scripting language. It is a markup language used for encoding documents in a format that is both human-readable and machine-readable. XML is commonly used for structuring data and defining content in web applications and other systems.


What are the advantages of storing relational data into xml?

XML is becoming the defacto method for transferring data between applications and systems. The main advantages to creating a data backup or extract using XML are 1) because the data fiends are enclosed in tags, it is self-documenting; 2) data validation rules can be included with the files and 3) there is no export/import issues between applications.


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.


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.