English

Mapping XML Data to Relational Data: A DOM-Based Approach

Databases 2010-10-11 v1 Data Structures and Algorithms

Abstract

XML has emerged as the standard for representing and exchanging data on the World Wide Web. It is critical to have efficient mechanisms to store and query XML data to exploit the full power of this new technology. Several researchers have proposed to use relational databases to store and query XML data. While several algorithms of schema mapping and query mapping have been proposed, the problem of mapping XML data to relational data, i.e., mapping an XML INSERT statement to a sequence of SQL INSERT statements, has not been addressed thoroughly in the literature. In this paper, we propose an efficient linear algorithm for mapping XML data to relational data. This algorithm is based on our previous proposed inlining algorithm for mapping DTDs to relational schemas and can be easily adapted to other inlining algorithms.

Keywords

Cite

@article{arxiv.1010.1746,
  title  = {Mapping XML Data to Relational Data: A DOM-Based Approach},
  author = {Mustafa Atay and Yezhou Sun and Dapeng Liu and Shiyong Lu and Farshad Fotouhi},
  journal= {arXiv preprint arXiv:1010.1746},
  year   = {2010}
}

Comments

In Proc. of the 8th IASTED International Conference on Internet and Multimedia Systems and Applications (IMSA'04), pp. 59-64, Kauai , Hawaii , USA. August 2004

R2 v1 2026-06-21T16:25:57.046Z