XML Query Processing Using Signature and DTD

  • Authors:
  • Sangwon Park;Yoonra Choi;Hyoung-Joo Kim

  • Affiliations:
  • -;-;-

  • Venue:
  • EC-WEB '02 Proceedings of the Third International Conference on E-Commerce and Web Technologies
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

Having emerged as a standard web language, XML has become the core of e-business solution. XML is a semistructured data that is represented as graph, which is a distinctive feature compared to other data dealt withexisting database. And query is represented as regular pathexpression, whichis evaluated by traversing eachno de of the graph. In XML document with DTD, the DTD may be able to provide many valuable hints on query optimization, because it has information on the structure of the document. Using signature and information from DTD, we can minimize the traverse of nodes and quickly execute the XML query of regular path expression fast.