Jump to content

Streaming XML

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Xmlizer (talk | contribs) at 21:49, 6 February 2014 (Uses: add XSLT 3.0, QuiXProc, QuiXPath, QuiXSChematron). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.

Uses

XSLT 3.0

XSLT 3.0 is adding streaming as one of its capability[4]