Abstract
Over recent years XML has evolved from a document exchange format to a multi-purpose data storage and retrieval solution. To make use of the full potential of XML in the domain of large, data-centric documents it is necessary to have easy and fast access to individual
data elements. We describe an implementation of the Document Object Model (DOM) that is designed with these objectives in mind. It uses compression to allow large documents to be stored in the computer's main memory. Query-relevant DOM methods are optimised to work on top
of the created data structure. Measurements indicate that compression up to a factor of 5 is possible without losing the ability to directly address individual elements. No prior decompression is needed to query and locate nodes.
Original language | English |
---|---|
Place of Publication | Glasgow, UK |
Publisher | University of Strathclyde |
Number of pages | 13 |
Publication status | Published - 2002 |
Keywords
- xml
- extensible markup language
- programming language