Revision as of 17:05, 17 March 2015 editBender235 (talk | contribs)Autopatrolled, Extended confirmed users, Pending changes reviewers, Rollbackers, Template editors471,684 editsm →Uses: clean up; http->https or pr-URI, per VPP using AWB← Previous edit | Revision as of 02:18, 29 June 2016 edit undoGoingBatty (talk | contribs)Autopatrolled, Extended confirmed users, IP block exemptions, Pending changes reviewers, Rollbackers642,697 editsm clean up, replaced: Java → Java using AWBNext edit → | ||
Line 7: | Line 7: | ||
== Uses == | == Uses == | ||
* ] (XMPP). This is the protocol used for example in ]. | * ] (XMPP). This is the protocol used for example in ]. | ||
* ''QuiXProc'' is an ] ] version of ] which is streaming and doing parallel processing<ref>https://code.google.com/p/quixproc</ref> | * ''QuiXProc'' is an ] ] version of ] which is streaming and doing parallel processing<ref>https://code.google.com/p/quixproc</ref> | ||
* ''QuiXPath'' is an open source Java version of ] which is streaming <ref>https://code.google.com/p/quixpath</ref> | * ''QuiXPath'' is an open source Java version of ] which is streaming <ref>https://code.google.com/p/quixpath</ref> | ||
* ''QuiXSchematron'' is a java version of ] which is streaming, developed by ]/Innovimax<ref>https://project.inria.fr/quix-tool-suite/quixschematron/</ref> | * ''QuiXSchematron'' is a java version of ] which is streaming, developed by ]/Innovimax<ref>https://project.inria.fr/quix-tool-suite/quixschematron/</ref> | ||
Line 17: | Line 17: | ||
{{reflist}} | {{reflist}} | ||
{{DEFAULTSORT:Streaming Xml}} | |||
] | ] | ||
Revision as of 02:18, 29 June 2016
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
- Extensible Messaging and Presence Protocol (XMPP). This is the protocol used for example in Google Talk.
- QuiXProc is an open source Java version of XProc which is streaming and doing parallel processing
- QuiXPath is an open source Java version of XPath which is streaming
- QuiXSchematron is a java version of Schematron which is streaming, developed by INRIA/Innovimax
XSLT 3.0
XSLT 3.0 is adding streaming as one of its capability
References
- https://code.google.com/p/quixproc
- https://code.google.com/p/quixpath
- https://project.inria.fr/quix-tool-suite/quixschematron/
- http://www.w3.org/TR/xslt-30/
This programming-language-related article is a stub. You can help Misplaced Pages by expanding it. |