answersLogoWhite

0

xml stands for extensible markup language... its widely used markup language

there is no predefined tag in xml like html.....so we can define our own meaningful tag...

<account>

<customer>put name of customer </customer>

<address>put address of customer</address>

<phone>put contact no here </phone>

</account>

its a format of xml creation...........

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How a way of describing XML data?

XML uses XSL to describe data


How does XML describe data?

xml uses tags to describe data, any computer can then read the data using the tags.


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.


What is the meaning of markup language in easy language?

describe to the xml


Differences between DHTML and XML?

HTML and its derrivative DHTML is used to position information in a web page, and XML is used to describe that information.


Difference between java script and xml?

It would be harder to describe the similarity between JavaScript and XML. These two languages are for entirely different purposes.


Is XMLsubset of HTML?

No. XML is a meta-language used to create other languages. XML was used to create XHTML, but neither is truly a subset or superset of the other. Think of XML as a set of rules that make the creation of languages simpler, rather than a language itself.It's also important to note that HTML 4 and HTML5 do notcomply with the XML rules.


Is an API the same thing as an XML feed?

API: Application Programming Interface, or Available Public InterfaceIt is a general term to what is available for one software unit to interact with another one. Usually APIs are method signatures (contracts).XML feed is just an XML (in a file or a textual data type such as a string). It may not have anything to do with API, or in some ways to describe an API. It may be a part of the API signature (as the returned type or as the argument to API). It may describe the API in XML format. But XML feed itself should not consider an API.


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 does ADF XML mean?

ADF XML refers to the Application Development Framework (ADF) XML, which is a markup language used in Oracle's ADF for defining user interfaces and application components. It allows developers to structure applications in a declarative way, enabling easier management and customization of user interfaces and data bindings. ADF XML is primarily used in conjunction with Oracle's development tools to streamline the creation of enterprise 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 &lt;xml&gt; to start an xml file, and &lt;/xml&gt; 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 &lt;xml&gt; this is to denote strat of xml file and this &lt;/xml&gt; denotes end of xml file. You have to use the right xml code or your xml file wont be valid or well formed.