Streaming XML
From Wikipedia, the free encyclopedia
| This article is orphaned as few or no other articles link to it. Please help introduce links in articles on related topics. (November 2006) |
| This article does not cite any references or sources. (May 2007) Please help improve this article by adding citations to reliable sources. Unverifiable material may be challenged and removed. |
Streaming XML means dynamic data which is in an XML format.
Another popular use of this term refers to one method of consuming XML data – largely known as Simple API for XML. This is via asynchronous events that are generated as the XML data is parsed. In this context, the consumer streams through the XML data one item at a time. It does not have anything to do whether the underlying data is being updated via dynamic or static means.
[edit] Uses
- Extensible_Messaging_and_Presence_Protocol or XMPP used in the Jabber Instant Messaging and Presence Technology. This is the protocol used for example in Google Talk

