Representing versions in XML documents using versionstamp

  • Authors:
  • Luis Jesüs Arévalo Rosado;Antonio Polo Márquez;Juan M. Fernández González

  • Affiliations:
  • Departament of Computer Science, University of Extremadura, Spain;Departament of Computer Science, University of Extremadura, Spain;Departament of Computer Science, University of Extremadura, Spain

  • Venue:
  • CoMoGIS'06 Proceedings of the 2006 international conference on Advances in Conceptual Modeling: theory and practice
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

The problem of managing versions in XML documents can be approached through traditional adapted procedures, based on managing XML operations (deltas) or using timestamped markups to represent the validity of each versioned tag within the document. The first solution entails a high reconstruction cost for any version different from the current one. Whereas the second solution, due to the linear nature of time, implies that these techniques do not to support branched versioning. In this work, the XML data model is extended for the representation of different versions of XML documents that consists of marking the tags with a versionstamp instead of using a timestamp. This technique is based on two ideas: on the one hand storing the ancestral relations of the versions (version tree) produced a new version is generated and on the other hand the version validity of each versioned tag is defined based on this tree (versionstamp). The easy management of multiple versioning, the wide number of queries in XML standard query languages and its implementation only using XML technology, are some of the advantages of the proposed technique.