answersLogoWhite

0


Best Answer

API: Application Programming Interface, or Available Public Interface

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

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is an API the same thing as an XML feed?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the fullform of SAX parser in HTML?

SAX (Simple API for XML) is a serial access parser API for XML. SAX provides a mechanism for reading data from an XML document. It is a popular alternative to the Document Object Model (DOM).


How read xml file in java?

Java provides several XML Parsers like DOM, SAX or JDOM and API javax.xml.parsers by using those we can easily read xml files in Java. DOM is quickest and easiest way to read XMlL file in Java.


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.


Is XML the same with HTML 5 as it was HTML 4?

There was no XML in HTML 4, and you can only add XML to HTML 5 if you reset the content MIME type. XML hasn't changed. But XML is a language used to define other languages. XML was used to define the standards for XHTML 1.0, the successor to HTML 4. The rules of XML apply in XHTML, because the language is based off of XML. These rules are not, in any way, part of HTML 4. HTML 5 is not, by default, an XML based language. But there is a version that allows one to use the XML (or XHTML) style serialization. If you do this, however, you have to deliver the document using an XML MIME type, like application/html+xml. (Normally, this involves messing with the server a bit.) See the related link for HTML 5 Doctor's take on XML serialization in HTML 5, as well as some other, useful links.


What is a value in xml?

an xml value can be anything, its up to as xml is not a semantic language like html.

Related questions

What is the full form of SAX?

SAX (Simple API for XML) is a serial access parser API for XML. SAX provides a mechanism for reading data from an XML document.


What is the fullform of SAX parser in HTML?

SAX (Simple API for XML) is a serial access parser API for XML. SAX provides a mechanism for reading data from an XML document. It is a popular alternative to the Document Object Model (DOM).


Are CSS and XML the same thing?

No. CSS is meant for styling documents, and XML is used for storing data for later reading and manipulative actions.


Which is better for text-based data storage JSON or XML?

XML is far better for data storage, JSON seems to be used more often for web services, api and the like.


How read xml file in java?

Java provides several XML Parsers like DOM, SAX or JDOM and API javax.xml.parsers by using those we can easily read xml files in Java. DOM is quickest and easiest way to read XMlL file in Java.


What is an atom feed?

Atom feed is a XML format allowing for easy syndication of web content.


What is the goal of XML?

XML is used for the strategic storage of data that can be read and manipulated later by a computer or a user. XML also serves as a base or standard for other languages, such as XHTML. XML is a markup language intended for storing, transmitting and displaying data. Its not a programming language so doesnt do anything on its own.


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 an XML-based connection?

Unless it is a narrow term for a very obscure game, piece of software, or application, there is no such thing as an XML-based connection; it wouldn't make sense, anyway. XML isn't used to connect to anything -- XML stores data.


In Php5 is SimpleXML faster than the standard xml libraries?

No, it is not; it is built on top of the same XML framework as the existing libraries.


What type of programmers use MSXML?

The type of programmers that use MSXML are people like Microsoft that make programs. . You can process XML as part of a web application, you can use DOM and 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