Validating XML Documents in the Streaming Model with External Memory
Abstract
We study the problem of validating XML documents of size against general DTDs in the context of streaming algorithms. The starting point of this work is a well-known space lower bound. There are XML documents and DTDs for which -pass streaming algorithms require space. We show that when allowing access to external memory, there is a deterministic streaming algorithm that solves this problem with memory space , a constant number of auxiliary read/write streams, and total number of passes on the XML document and auxiliary streams. An important intermediate step of this algorithm is the computation of the First-Child-Next-Sibling (FCNS) encoding of the initial XML document in a streaming fashion. We study this problem independently, and we also provide memory efficient streaming algorithms for decoding an XML document given in its FCNS encoding. Furthermore, validating XML documents encoding binary trees in the usual streaming model without external memory can be done with sublinear memory. There is a one-pass algorithm using space, and a bidirectional two-pass algorithm using space performing this task.
Keywords
Cite
@article{arxiv.1012.3311,
title = {Validating XML Documents in the Streaming Model with External Memory},
author = {Christian Konrad and Frederic Magniez},
journal= {arXiv preprint arXiv:1012.3311},
year = {2011}
}
Comments
Change title. Remove a statement on a lower bound (now Conjecture 2 in Annexe B) since the proof was incomplete