Schema Independent XML Compressor

  • Authors:
  • Zhongyu Joan Lu;Baydaa Al-Hamadani;Raad F. Alwan

  • Affiliations:
  • University of Huddersfield, UK;University of Huddersfield, UK;Philadelphia University, Jordan

  • Venue:
  • International Journal of Information Retrieval Research
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

XML has become the standard way for representing and transforming data over the World Wide Web. The problem with XML documents is that they have a very high ratio of redundancy, which makes these documents demanding a large storage capacity and large network band-width for transmission. This study designs a system for compressing and querying XML documents XMLCQ which compresses the XML document without the need to its schema or DTD to minimize the amount of technologies associated with these documents. XMLCQ first compressed the XML document by separating its data into containers according to the path of these data from the root to the leaf, then it compressed these containers using a back-end compression technique. The compressed file then could be retrieved with any kind of queries applied. Only the required information is decompressed and submitted to the user. Depending on several experiments, the query processor part of the system showed the ability to answer different kinds of queries ranging from simple exact match queries to complex ones. Furthermore, this paper introduced the idea of retrieving information from more than one compressed XML documents.