Hasso-Plattner-Institut für Softwaresystemtechnik
The XQuery Generator

Prof. Dr. Felix Naumann

Hasso-Plattner-Institut
für Softwaresystemtechnik
Prof.-Dr.-Helmert-Str. 2-3
D-14482 Potsdam, Germany

The XQuery Generator

Project Members: Felix Naumann, Melanie Weis, Christoph Böhm

Web site: www.hpi.uni-potsdam.de/~naumann/projekte/completed_projects/xquerygen.html

 

Whenever there is a need to query XML data one either needs a text search tool or uses the recently established XQuery language that should retrieve results in a more efficient way ...
The XQuery Generator is a tool written in Java that enables the user to create XQueries based on a given XML Schema by defining selections and projections using a graphical user interface. Currently, the tool only support projection and selection operations. Extensions to include other aspects of XQuery, such as restructuring, ordering, aggregation and grouping, etc., are planned.

The XQuery Generator is implemented by Christoph Böhm in the context of research assistance. The interface is already in use in our HumMer tool, where it is used to specify object descriptions for duplicate detection.

Content

  1. Main Features
  2. Documentation
  3. Related Work
  4. Download

1. Main Features

main-app.jpg

[PENDING: Update this snapshot.]


sp.jpg

^ zur Inhaltsübersicht

 

2. Documentation

 

3. Related Work

 

4. Download (internal use only)

 

You can choose between:

  • the complete distributioncontaining the JAR file, the required qizXOpen XQuery engine and the XSOM jar plus relaxng datatypes (sample data and a quick start manual is included)
  • the JAR file only. In this case you need to download the qizXOpen XQuery engine and the XSOM jar plus relaxng datatypes libraries as well and add it to your classpath.

^ zur Inhaltsübersicht