Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "XQuery Development Tools/SSE"

(New page: = Introduction = Currently, XQDT uses the DLTK-based editor as the main editor. In order to leverage more of the existing functionality around XML editing existing in the WTP projects (e.g...)
 
Line 5: Line 5:
  
 
= SSE Editor Required Features =
 
= SSE Editor Required Features =
 +
 +
== Grammars ==
 
* Support for the whole palette of XQuery languages from W3C:
 
* Support for the whole palette of XQuery languages from W3C:
 
** [http://www.w3.org/TR/xquery/ XQuery 1.0]
 
** [http://www.w3.org/TR/xquery/ XQuery 1.0]
Line 13: Line 15:
 
* Support for vendor extensions/grammars:
 
* Support for vendor extensions/grammars:
 
** [http://xquery-scripting.ethz.ch/spec.html XQuery Scripting Extension Proposal]
 
** [http://xquery-scripting.ethz.ch/spec.html XQuery Scripting Extension Proposal]
 +
** ... complete with others, if available

Revision as of 06:23, 13 July 2011

Introduction

Currently, XQDT uses the DLTK-based editor as the main editor. In order to leverage more of the existing functionality around XML editing existing in the WTP projects (e.g. XML, XML schema, etc.) it was decided to migrate the current DLTK-based editor to the SSE one.

This article describes the work to be done in this directions as well as the list of features expected from the SSE editor before a release featuring only the SSE editor.

SSE Editor Required Features

Grammars

Back to the top