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...........
XML uses XSL to describe data
xml uses tags to describe data, any computer can then read the data using the tags.
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.
describe to the xml
HTML and its derrivative DHTML is used to position information in a web page, and XML is used to describe that information.
It would be harder to describe the similarity between JavaScript and XML. These two languages are for entirely different purposes.
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.
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.
That depends on what you want to do, xml tools include; xml parsers xml validators xml editors xml schema editors xml code generators
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.
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.
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.