Extensible Markup Language (XML)
XML (Extensible Markup Language) is a way for programs to exchange information. It is very similar to JSON (JavaScript Object Notation).
XML was originally designed to describe documents, but has be adapted to describe anything from contacts to geographic data.
APIs use XML to describe information. A XML transmission describing me might look like:
XML is a markup language much like HTML and uses opening and closing tags to describe content. It allows computers to tell the difference between my first name and last name, for example, or any other information that it describes.
XML has long been the standard for Web Service communication, however recently it has been losing ground to JSON because it is considered more bloated and less efficient to use.
As the popularity of REST increases, JSON may continue as the preferred standard, but XML will still have a place with many older developers, because it was the original way for web services to communicate.
|
|
Tweet |
|
|
Partner Sites
Latest Blog Posts
- APIs in DFW
- Adding API Broker Under Monitoring for API Aggregators
- The Dark Matter That Make APIs Work
- Potential for API Aggregators to Provide Valuable Industry Data
- My Talk Tomorrow Night at the Dallas-Forth Worth API Professionals Meetup
- The White House Releases An Open Data Strategy
- When API Success Signals Begin Working Against You
- Get To Know Which Languages Your API Developers Are Using
- Twitters Developer Area is More Embeddable Than API
- Overview Of Backend as a Service (BaaS) White Paper
- Make Sure And Have Multiple KPIs For Your APIs
- API Enabled Toys For Our Children
- I Am Speaking At The Dallas-Forth Worth API Professionals Meetup May 14th
- How Much Do You Spend Attracting and Supporting Freemium API Developers?
- What Does The API Evangelist Do?
- Startups Need To Work Together on API Definitions
- Parse Is Successful By Truly Solving Problems for Mobile Developers
- API Commandment: Thou Shalt Not Forego Talking to a Person
- API Trends
- API Priorities
- Have You Taken A Look At AT&T APis Lately?
- Helping People Understand APIs Through Real World Examples
- Evolving Beyond API Service Providers and Tools to Goal Based API Toolkits
- APIs & The Federal Government
- After Last Couple of Weeks, It's Clear There Is Big Opportunity In The API Space


