Abstract. XML transformations are most naturally defined as recursive functions on trees. Their direct implementation, however, causes inefficient memory usage because the input XML tree is completely built in memory before being processed. In contrast, programs in stream processing style minimise memory usage since it may effectively release the memory occupied by a prefix of the input not needed by the computation. Stream processing programs, however, are harder to write because the programmer is left with the burden to maintain the state. In this paper, we propose a model for XML stream processing and show that all programs written in a particular style of recursive functions on XML trees, the macro forest transducer, can be automaticall...
The pressing need for efficient compression schemes for XML documents has recently been focused on s...
A generalization from string to trees and from languages to translations is given of the classical r...
24 pagesInternational audienceThe pressing need for efficient compression schemes for XML documents ...
Abstract. We propose a new implementation scheme for XML transformation languages through derivation...
Summary. Streaming processing of XML transformations is practically needed es-pecially if we have la...
Streaming of XML transformations is a challenging task and only a few existing systems support strea...
AbstractXML stream transformation, which sequentially processes the input XML data on the fly, makes...
Abstract—We present a formal framework that en-ables us to analyze space complexity of automatic str...
The macro tree transducer can be considered as a system of recursive function procedures with parame...
Abstract. The macro tree transducer can be considered as a system of recursive function procedures w...
Motivated by previous work on XML stream processing, we noticed that programmers need concurrency to...
Abstract. XML has been widely adopted across a wide spectrum of applica-tions. Its parsing efficienc...
Abstract — XML stream applications bring the challenge of efficiently processing queries on sequenti...
with FLWOR power and functional updates Abstract—The size of XML trees that can be processed by an X...
Theory of tree transducers provides a foundation for understanding expressiveness and complexity of ...
The pressing need for efficient compression schemes for XML documents has recently been focused on s...
A generalization from string to trees and from languages to translations is given of the classical r...
24 pagesInternational audienceThe pressing need for efficient compression schemes for XML documents ...
Abstract. We propose a new implementation scheme for XML transformation languages through derivation...
Summary. Streaming processing of XML transformations is practically needed es-pecially if we have la...
Streaming of XML transformations is a challenging task and only a few existing systems support strea...
AbstractXML stream transformation, which sequentially processes the input XML data on the fly, makes...
Abstract—We present a formal framework that en-ables us to analyze space complexity of automatic str...
The macro tree transducer can be considered as a system of recursive function procedures with parame...
Abstract. The macro tree transducer can be considered as a system of recursive function procedures w...
Motivated by previous work on XML stream processing, we noticed that programmers need concurrency to...
Abstract. XML has been widely adopted across a wide spectrum of applica-tions. Its parsing efficienc...
Abstract — XML stream applications bring the challenge of efficiently processing queries on sequenti...
with FLWOR power and functional updates Abstract—The size of XML trees that can be processed by an X...
Theory of tree transducers provides a foundation for understanding expressiveness and complexity of ...
The pressing need for efficient compression schemes for XML documents has recently been focused on s...
A generalization from string to trees and from languages to translations is given of the classical r...
24 pagesInternational audienceThe pressing need for efficient compression schemes for XML documents ...