Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 321732 - [SSE] Resolve template variables
Summary: [SSE] Resolve template variables
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: WTP Incubator (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: XQDT CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 296130
  Show dependency tree
 
Reported: 2010-08-04 10:41 EDT by Gabriel Petrovay CLA
Modified: 2021-11-18 16:19 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gabriel Petrovay CLA 2010-08-04 10:41:55 EDT
Templates have variables that can be resolved to set of proposals. This functionality was there in the XQDT DLTK Editor. For example:

1. inserting a validation template:
validate validation_mode { expression }
"validation_mode" must be resolved to { "lax", "strict" }

2. inserting an "as" template:
as sequence_type
"sequence_type" must be resolved to { "item()", "node()", "text()", "empty-sequence()", ...}