answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the coding's used in xml?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


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


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.


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.


What is difference between XML property and XML dimension?

The xml property returns the XML of a node and its descendants.Dimension is a type used for a variety of purposes for defining values


Why is XML Parser used in modern browsers?

XML Parser is used to decipher XML codes. Without it, the codes cannot be understood. Web browsers, such as Mozilla Firefox and Google Chrome supply the user with this XML Parser.


What is the XML database used for?

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


What are xml and dtd?

xml stands for extensible markup language, xml is a markup language that is used to transfer data / information. Dtd stands for document type definitionand dtd is used to define the legal building blocks of an XML document.


How does xml works?

xml is a markup language that is used ti dispplay data and web pages as intended. XML has no semantic menating and you create your own tags in accordance with xml specifications.


How is a computer XLM file used?

By the way, it's called a XML file, which stands for Computer Markup Language. An XML file is a set of rules used for encoding documents electronically. It is common for XML to be used in interchanging data over the Internet. RFC 3023 gives rules for the construction of Internet_media_typefor use when sending XML. It also defines the types "application/xml" and "text/xml", which say only that the data is in XML, and nothing about its Semantics. Hope this helps!