Context-preserving XQuery fusion

  • Authors:
  • Hiroyuki Kato;Soichiro Hidaka;Zhenjiang Hu;Keisuke Nakano;Yasunori Ishihara

  • Affiliations:
  • National Institute of Informatics, Japan;National Institute of Informatics, Japan;National Institute of Informatics, Japan;The University of Electro-Communications, Japan;Osaka University, Japan

  • Venue:
  • APLAS'10 Proceedings of the 8th Asian conference on Programming languages and systems
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

XQuery is a DBPL for querying XML databases. The semantics of XQuery is context sensitive and requires preservation of document order. In this paper, we propose, as far as we are aware, the first XQuery fusion that can deal with both the document order and the context of XQuery expressions. More specifically, we carefully design a context representation of XQuery expressions based on the Dewey order encoding, develop a context-preserving XQuery fusion for ordered trees by static emulation of the XML store, and prove that our fusion is correct. Our XQuery fusion has been implemented, and all the examples in this paper have passed the system.