answersLogoWhite

0


Best Answer

The Extensible Markup Language (XML) is a general-purpose markup language. It is classified as an extensible language because it allows its users to define their own elements. Its primary purpose is to facilitate the sharing of structured data across different information systems, particularly via the internet. It is used both to encode documents and serialize data.

XML is a framework for defining markup languages:

  • there is no fixed collction of mark up tags.
  • each XML language is targeted as its own application domain, but the language will share many features.
  • there is a common set of generic tools for processing documents.

Main features of XML:

  • XML files are text files, which can be managed by any text editor.
  • XML is very simple, because it has less than 10 syntax rules.
  • XML is extensible, because it only specifies the structural rules of tags. No specification on tags them self.
User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the features of XML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What markup language includes all of the features of HTML and programming extensions?

XML


Features of five free RDBMS software?

ado.net java script XML SQ L Apache.net


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


What are the Component of an XML Document?

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


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.


What is the current version of xml?

There are two current versions of XML. The first XML 1.0 was initially defined in 1998 and it has undergone minor changes/revisions since then. Though changes have been done, a new revision number has not been assigned to this version. It is called XML 1.0 5th edition, with the latest edition (5th) being released on 26th Nov 2008. The second version XML 1.1 was initially published on 4th Feb 2004, the same day as the XML 1.0, 3rd edition. XML 1.1 is currently in its 2nd edition which was released on 16th Aug 2006. It contains certain features that are expected to make XML easier to use.


What is the meaning of browser in xml?

A browser is the tool that takes the xml and stylesheets associated with it and presents it for viewing. If there are not stylesheets associated with the xml, then the browser presents the text of the xml file only. Some browsers have an xml viewer to view the xml text in a more organized fashion. A browser refers to a software application that can help you browse the world wide web a.k.a the internet. The browser contains features using which it can interpret the data sent by the web servers and display them into stuff that the user can understand. Ex: Mozilla firefox, Internet Explorer, Safari, Google Chrome etc.


How do you fix xml?

If you open the xml in most web browser it will state an error code denoting the type of malformation of the xml. you can use an xml tool like an xml editor to validate and correct your xml.


How do you convert a XML to DTD?

If you use an xml tool like liquid xml studio or any other xml tool you will be able to convert your xml into an xsd or dtd.


What is xml schema?

XML Schema is an XML-based alternative to DTD.An XML schema describes the structure of an XML document.The XML Schema language is also referred to as XML Schema Definition (XSD).An XML schema is a description of a type of XML document, typically expressed in terms of constraints on the structure and content of documents of that type, above and beyond the basic syntactical constraints imposed by XML itself.


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.