Misplaced Pages

Streaming XML: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 16:57, 3 December 2018 editRodw (talk | contribs)Autopatrolled, Event coordinators, Extended confirmed users, New page reviewers, Pending changes reviewers, Rollbackers770,750 editsm Disambiguated: open sourceOpen-source licenseTag: Dispenser [1.0]← Previous edit Revision as of 11:12, 10 June 2019 edit undo201.188.43.80 (talk) XSLT 3.0Tags: Mobile edit Mobile web editNext edit →
Line 12: Line 12:


=== XSLT 3.0 === === XSLT 3.0 ===
] is adding streaming as one of its capability<ref>http://www.w3.org/TR/xslt-30/</ref> ] is adding streaming as one of its capabilities<ref>http://www.w3.org/TR/xslt-30/</ref>


== References == == References ==

Revision as of 11:12, 10 June 2019

This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Streaming XML" – news · newspapers · books · scholar · JSTOR (September 2014) (Learn how and when to remove this message)

Streaming XML is a synonym for dynamic data in 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 capabilities

References

  1. https://code.google.com/p/quixproc
  2. https://code.google.com/p/quixpath
  3. https://project.inria.fr/quix-tool-suite/quixschematron/
  4. http://www.w3.org/TR/xslt-30/


Stub icon

This programming-language-related article is a stub. You can help Misplaced Pages by expanding it.

Categories: